COLOR #995BA2

HEX: #995BA2 RGB: (153,91,162)

Color info

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

RGB color model

#995BA2 color RGB value is (153,91,162).

RGB: (153,91,162) (60%, 36%, 64%)

RGB channels and saturation

R 153 of 255 = 60%
G 91 of 255 = 36%
B 162 of 255 = 64%

153
91
162

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

Portions of RGB colors in percentages

R + G + B = 153 + 91 + 162 = 406 (100%)
R 153 of 406 ~ 37.68%
G 91 of 406 ~ 22.41%
B 162 of 406 ~ 39.9'%

%37.68
%22.41
%39.9

CMYK color model

#995BA2 color CMYK value is (6,44,0,36).

  • cyan value is 5.56%
  • magenta value is 43.83%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (6,44,0,36)
C6M44Y0K36 (6%, 44%, 0%, 36%)
(0.06 / 0.44 / 0.00 / 0.36)

CMYK percentages

%5.56
%43.83
%0
%36.47

Codes

Color #995BA2 in popluar color models

99 5B A2
RGB 153 91 162
HSL 292° 28.06% 49.61%
HSB/HSV 292° 43.83% 63.53%
CMYK 5.56% 43.83% 0.00%
36.47%

Color #995BA2 in popluar number systems.

HEX 99 5B A2
Decimal 153 91 162
Binary 10011001 1011011 10100010
Octal 231 133 242

Shades and tints

Shades of #995BA2

#995BA2
(153,91,162)
#8C5394
(140,83,148)
#7F4B86
(127,75,134)
#724378
(114,67,120)
#653B6A
(101,59,106)
#58335C
(88,51,92)
#4B2B4E
(75,43,78)
#3E2340
(62,35,64)
#311B32
(49,27,50)
#241324
(36,19,36)
#170B16
(23,11,22)
#000000
(0,0,0)

Tints of #995BA2

#995BA2
(153,91,162)
#A269AA
(162,105,170)
#AB77B2
(171,119,178)
#B485BA
(180,133,186)
#BD93C2
(189,147,194)
#C6A1CA
(198,161,202)
#CFAFD2
(207,175,210)
#D8BDDA
(216,189,218)
#E1CBE2
(225,203,226)
#EAD9EA
(234,217,234)
#F3E7F2
(243,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995BA2 color. Also use rgb(153,91,162) instead hex code.

Text Font Color

.myTextColor { color: #995BA2; }

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

This text font color is #995BA2.

Background Color

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

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

This div background color is #995BA2.

Border color

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

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

This div border color is #995BA2.

Opacity

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

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

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

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

This text has shadow with #995BA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #995BA2.

Preview

Color preview on black background

This text has color #995BA2 on black background.


Color preview on white background

This text has color #995BA2 on white background.


Black color preview on #995BA2 background

This text has black color on #995BA2 background.


White color preview on #995BA2 background

This text has white color on #995BA2 background.


Related colors

Complementary color

Complementary color for #hex is #66A45D.


I love getcolorcode.com

Triadic colors

1 #A2995B and #5BA299 with #995BA2 are triadic colors.

2 #A25B99 and #5B99A2 with #995BA2 are triadic colors.