Html Css Color HEX #9E91AE Cold Purple

📋 copy color: '#9E91AE'

red 158 ◦ green 145 ◦ blue 174

#9E91AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9E91AE

Tints of Cold Purple #9E91AE

RGB

 RED value IS 158 (62.11% from 255) = 33.12%

 GREEN value IS 145 (57.03% from 255) = 30.4%

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 33.12%
G = 30.4%
B = 36.48%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9E91AE (or 0x9E91AE) is known color: Cold Purple. HEX triplet: 9E, 91 and AE. RGB value is (158,145,174). Sum of RGB (Red+Green+Blue) = 158+145+174=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E91AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E91AE is #616E51. Grayscale: #989898. Windows color (decimal): -6385234 or 11440542. OLE color: 11440542.

HSL color Cylindrical-coordinate representation of color #9E91AE: hue angle of 266.9º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E91AE is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 145 174 -
CMYK 0.09 0.17 0 0.32
HSL 266.9º 0.15% 0.63% -
HSV(B) 266.9º 0.17% 0.68% -
XYZ 31.87 30.58 44.27 -
YUV 152.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 158 145 174 0.09 0.17 0 0.32 266.9 0.15 0.63
Hex 9E 91 AE 9 11 0 20 10B F 3F
Octal 236 221 256 11 21 0 40 413 17 77
Binary 10011110 10010001 10101110 1001 10001 0 100000 100001011 1111 111111

Color Harmonies of #9E91AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E91AE

Black with #9E91AE

Text Example


Text Example

White with #9E91AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E91AE; }

 p { color: rgb(158,145,174); }

 H1.HeaderClassName
 {
   color: #9E91AE;
 }
 .AnyTagClassName
 {
   color: #9E91AE;
 }
</style>

background-color css

<style>
 a { background-color: #9E91AE; }

 a { background-color: rgb(158,145,174); }

 div.DivClassName
 {
   background-color: #9E91AE;
 }
 .BgClassName
 {
   background-color: #9E91AE;
 }
</style>

border-color css

<style>
 span { border-color: #9E91AE; }

 span { border-color: rgb(158,145,174); }

 td.TdClassName
 {
   border-color: #9E91AE;
 }
 .TagClassName
 {
   border-color: #9E91AE;
 }
</style>