COLOR #995A9C

HEX: #995A9C
RGB: (153,90,156)

Color info

#995A9C contains mainly red and blue colors. Web safe color of #995A9C is #996699 (or #969).

RGB color model

#995A9C color RGB value is (153,90,156).

  • red value is 153;
  • green value is 90;
  • blue value is 156.
RGB:
(153,90,156)
(60%,35%,61%)

RGB channels and saturation

R 153 of 255 = 60%
G 90 of 255 = 35%
B 156 of 255 = 61%

153
90
156

R + G + B ~ 52%. #995A9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 90 + 156 = 399 (100%)
R 153 of 399 ~ 38.35%
G 90 of 399 ~ 22.56%
B 156 of 399 ~ 39.1%

%38.35
%22.56
%39.1

CMYK color model

#995A9C color CMYK value is (2,42,0,39).

  • cyan value is 1.92%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(2,42,0,39)
C2M42Y0K39 
(2%,42%,0%,39%)
(0.02/0.42/0.00/0.39)	

CMYK percentages

%1.92
%42.31
%0
%38.82

Codes

Color #995A9C in popluar color models

995A9C
RGB15390156
HSL297°26.83%48.24%
HSB/HSV297°42.31%61.18%
CMYK1.92%42.31%0.00%
38.82%

Color #995A9C in popluar number systems.

HEX995A9C
Decimal15390156
Binary10011001101101010011100
Octal231132234

Shades and tints

Shades of #995A9C

#995A9C
(153,90,156)
#8C528E
(140,82,142)
#7F4A80
(127,74,128)
#724272
(114,66,114)
#653A64
(101,58,100)
#583256
(88,50,86)
#4B2A48
(75,42,72)
#3E223A
(62,34,58)
#311A2C
(49,26,44)
#24121E
(36,18,30)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #995A9C

#995A9C
(153,90,156)
#A269A5
(162,105,165)
#AB78AE
(171,120,174)
#B487B7
(180,135,183)
#BD96C0
(189,150,192)
#C6A5C9
(198,165,201)
#CFB4D2
(207,180,210)
#D8C3DB
(216,195,219)
#E1D2E4
(225,210,228)
#EAE1ED
(234,225,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995A9C color. Also use rgb(153,90,156) instead hex code.

Text Font Color

.myTextColor { color: #995A9C; }

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

This text font color is #995A9C.


Background Color

.myBgColor { background-color: #995A9C; }

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

This div background color is #995A9C.


Border color

.myBorderColor { border: 1px solid #995A9C; }

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

This div border color is #995A9C.


Opacity

.myOpacity80 { color: #995A9C; opacity: 0.8; }

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

Text with #995A9C 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 #995A9C;}

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

This text has shadow with #995A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995A9C on black background.


Color preview on white background

This text has color #995A9C on white background.



Black color preview on #995A9C background

This text has black color on #995A9C background.


White color preview on #995A9C background

This text has white color on #995A9C background.