COLOR #995AA2

HEX: #995AA2
RGB: (153,90,162)

Color info

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

RGB color model

#995AA2 color RGB value is (153,90,162).

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

RGB channels and saturation

R 153 of 255 = 60%
G 90 of 255 = 35%
B 162 of 255 = 64%

153
90
162

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

Portions of RGB colors in percentages

R + G + B =
153 + 90 + 162 = 405 (100%)
R 153 of 405 ~ 37.78%
G 90 of 405 ~ 22.22%
B 162 of 405 ~ 40%

%37.78
%22.22
%40

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 44.44%
  • 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
%44.44
%0
%36.47

Codes

Color #995AA2 in popluar color models

995AA2
RGB15390162
HSL293°28.57%49.41%
HSB/HSV293°44.44%63.53%
CMYK5.56%44.44%0.00%
36.47%

Color #995AA2 in popluar number systems.

HEX995AA2
Decimal15390162
Binary10011001101101010100010
Octal231132242

Shades and tints

Shades of #995AA2

#995AA2
(153,90,162)
#8C5294
(140,82,148)
#7F4A86
(127,74,134)
#724278
(114,66,120)
#653A6A
(101,58,106)
#58325C
(88,50,92)
#4B2A4E
(75,42,78)
#3E2240
(62,34,64)
#311A32
(49,26,50)
#241224
(36,18,36)
#170A16
(23,10,22)
#000000
(0,0,0)

Tints of #995AA2

#995AA2
(153,90,162)
#A269AA
(162,105,170)
#AB78B2
(171,120,178)
#B487BA
(180,135,186)
#BD96C2
(189,150,194)
#C6A5CA
(198,165,202)
#CFB4D2
(207,180,210)
#D8C3DA
(216,195,218)
#E1D2E2
(225,210,226)
#EAE1EA
(234,225,234)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995AA2; }

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

This text font color is #995AA2.


Background Color

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

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

This div background color is #995AA2.


Border color

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

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

This div border color is #995AA2.


Opacity

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

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

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

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

This text has shadow with #995AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995AA2 on black background.


Color preview on white background

This text has color #995AA2 on white background.



Black color preview on #995AA2 background

This text has black color on #995AA2 background.


White color preview on #995AA2 background

This text has white color on #995AA2 background.