COLOR #846093

HEX: #846093
RGB: (132,96,147)

Color info

#846093 contains red, green and blue colors in about the same proportion. Web safe color of #846093 is #996699 (or #969).

RGB color model

#846093 color RGB value is (132,96,147).

  • red value is 132;
  • green value is 96;
  • blue value is 147.
RGB:
(132,96,147)
(52%,38%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 96 of 255 = 38%
B 147 of 255 = 58%

132
96
147

R + G + B ~ 49%. #846093 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 96 + 147 = 375 (100%)
R 132 of 375 ~ 35.2%
G 96 of 375 ~ 25.6%
B 147 of 375 ~ 39.2%

%35.2
%25.6
%39.2

CMYK color model

#846093 color CMYK value is (10,35,0,42).

  • cyan value is 10.20%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(10,35,0,42)
C10M35Y0K42 
(10%,35%,0%,42%)
(0.10/0.35/0.00/0.42)	

CMYK percentages

%10.2
%34.69
%0
%42.35

Codes

Color #846093 in popluar color models

846093
RGB13296147
HSL282°20.99%47.65%
HSB/HSV282°34.69%57.65%
CMYK10.20%34.69%0.00%
42.35%

Color #846093 in popluar number systems.

HEX846093
Decimal13296147
Binary10000100110000010010011
Octal204140223

Shades and tints

Shades of #846093

#846093
(132,96,147)
#785886
(120,88,134)
#6C5079
(108,80,121)
#60486C
(96,72,108)
#54405F
(84,64,95)
#483852
(72,56,82)
#3C3045
(60,48,69)
#302838
(48,40,56)
#24202B
(36,32,43)
#18181E
(24,24,30)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #846093

#846093
(132,96,147)
#8F6E9C
(143,110,156)
#9A7CA5
(154,124,165)
#A58AAE
(165,138,174)
#B098B7
(176,152,183)
#BBA6C0
(187,166,192)
#C6B4C9
(198,180,201)
#D1C2D2
(209,194,210)
#DCD0DB
(220,208,219)
#E7DEE4
(231,222,228)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846093 color. Also use rgb(132,96,147) instead hex code.

Text Font Color

.myTextColor { color: #846093; }

<p style="color:#846093">This sample text font color is #846093.</p>

This text font color is #846093.


Background Color

.myBgColor { background-color: #846093; }

<div style="background-color:#846093">Inner text</div>

This div background color is #846093.


Border color

.myBorderColor { border: 1px solid #846093; }

<div style="border:3px solid #846093">Div</div>

This div border color is #846093.


Opacity

.myOpacity80 { color: #846093; opacity: 0.8; }

<p style="color:#846093;opacity:0.8;">80%</p>

Text with #846093 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #846093;}

<p style="text-shadow: 3px 3px 1px #846093">Text here.</p>

This text has shadow with #846093 color.

.textShadow {text-shadow: 3px 3px 1px #846093, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #846093, 5px 5px 20px red">Text here.</p>

This text has shadow with #846093 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#846093, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#846093, Direction=45, Strength=4)">Text</p>

This text has shadow with #846093 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #846093;
  -webkit-box-shadow:	1px 1px 3px 2px #846093;
  box-shadow:		1px 1px 3px 2px #846093;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #846093;
-webkit-box-shadow: 1px 1px 3px 2px #846093;
box-shadow:1px 1px 3px 2px #846093;">
Div content here</div>
This div box has shadow with color #846093.

Preview

Color preview on black background

This text has color #846093 on black background.


Color preview on white background

This text has color #846093 on white background.



Black color preview on #846093 background

This text has black color on #846093 background.


White color preview on #846093 background

This text has white color on #846093 background.