COLOR #9A6285

HEX: #9A6285
RGB: (154,98,133)

Color info

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

RGB color model

#9A6285 color RGB value is (154,98,133).

  • red value is 154;
  • green value is 98;
  • blue value is 133.
RGB:
(154,98,133)
(60%,38%,52%)

RGB channels and saturation

R 154 of 255 = 60%
G 98 of 255 = 38%
B 133 of 255 = 52%

154
98
133

R + G + B ~ 50%. #9A6285 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 98 + 133 = 385 (100%)
R 154 of 385 ~ 40%
G 98 of 385 ~ 25.45%
B 133 of 385 ~ 34.55%

%40
%25.45
%34.55

CMYK color model

#9A6285 color CMYK value is (0,36,14,40).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 13.64%
  • key color value is 39.61%
CMYK:
(0,36,14,40)
C0M36Y14K40 
(0%,36%,14%,40%)
(0.00/0.36/0.14/0.40)	

CMYK percentages

%0
%36.36
%13.64
%39.61

Codes

Color #9A6285 in popluar color models

9A6285
RGB15498133
HSL323°22.22%49.41%
HSB/HSV323°36.36%60.39%
CMYK0.00%36.36%13.64%
39.61%

Color #9A6285 in popluar number systems.

HEX9A6285
Decimal15498133
Binary10011010110001010000101
Octal232142205

Shades and tints

Shades of #9A6285

#9A6285
(154,98,133)
#8C5A79
(140,90,121)
#7E526D
(126,82,109)
#704A61
(112,74,97)
#624255
(98,66,85)
#543A49
(84,58,73)
#46323D
(70,50,61)
#382A31
(56,42,49)
#2A2225
(42,34,37)
#1C1A19
(28,26,25)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #9A6285

#9A6285
(154,98,133)
#A37090
(163,112,144)
#AC7E9B
(172,126,155)
#B58CA6
(181,140,166)
#BE9AB1
(190,154,177)
#C7A8BC
(199,168,188)
#D0B6C7
(208,182,199)
#D9C4D2
(217,196,210)
#E2D2DD
(226,210,221)
#EBE0E8
(235,224,232)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6285 color. Also use rgb(154,98,133) instead hex code.

Text Font Color

.myTextColor { color: #9A6285; }

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

This text font color is #9A6285.


Background Color

.myBgColor { background-color: #9A6285; }

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

This div background color is #9A6285.


Border color

.myBorderColor { border: 1px solid #9A6285; }

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

This div border color is #9A6285.


Opacity

.myOpacity80 { color: #9A6285; opacity: 0.8; }

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

Text with #9A6285 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 #9A6285;}

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

This text has shadow with #9A6285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6285 on black background.


Color preview on white background

This text has color #9A6285 on white background.



Black color preview on #9A6285 background

This text has black color on #9A6285 background.


White color preview on #9A6285 background

This text has white color on #9A6285 background.