Html Css Color HEX #9E96AA Cold Purple

📋 copy color: '#9E96AA'

red 158 ◦ green 150 ◦ blue 170

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

Shades of Cold Purple #9E96AA

Tints of Cold Purple #9E96AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 33.05%
G = 31.38%
B = 35.56%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E96AA (or 0x9E96AA) is known color: Cold Purple. HEX triplet: 9E, 96 and AA. RGB value is (158,150,170). Sum of RGB (Red+Green+Blue) = 158+150+170=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E96AA is #616955. Grayscale: #9A9A9A. Windows color (decimal): -6383958 or 11179678. OLE color: 11179678.

HSL color Cylindrical-coordinate representation of color #9E96AA: hue angle of 264º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E96AA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 150 170 -
CMYK 0.07 0.12 0 0.33
HSL 264º 0.11% 0.63% -
HSV(B) 264º 0.12% 0.67% -
XYZ 32.26 31.98 42.5 -
YUV 154.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 158 150 170 0.07 0.12 0 0.33 264 0.11 0.63
Hex 9E 96 AA 7 C 0 21 108 B 3F
Octal 236 226 252 7 14 0 41 410 13 77
Binary 10011110 10010110 10101010 111 1100 0 100001 100001000 1011 111111

Color Harmonies of #9E96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96AA

Black with #9E96AA

Text Example


Text Example

White with #9E96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,150,170); }

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

background-color css

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

 a { background-color: rgb(158,150,170); }

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

border-color css

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

 span { border-color: rgb(158,150,170); }

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