Html Css Color HEX #9E96AC Cold Purple

📋 copy color: '#9E96AC'

red 158 ◦ green 150 ◦ blue 172

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

Shades of Cold Purple #9E96AC

Tints of Cold Purple #9E96AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 32.92%
G = 31.25%
B = 35.83%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E96AC (or 0x9E96AC) is known color: Cold Purple. HEX triplet: 9E, 96 and AC. RGB value is (158,150,172). Sum of RGB (Red+Green+Blue) = 158+150+172=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E96AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E96AC is #616953. Grayscale: #9A9A9A. Windows color (decimal): -6383956 or 11310750. OLE color: 11310750.

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

Color convert

RGB 158 150 172 -
CMYK 0.08 0.13 0 0.33
HSL 261.82º 0.12% 0.63% -
HSV(B) 261.82º 0.13% 0.67% -
XYZ 32.45 32.06 43.51 -
YUV 154.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 158 150 172 0.08 0.13 0 0.33 261.82 0.12 0.63
Hex 9E 96 AC 8 D 0 21 106 C 3F
Octal 236 226 254 10 15 0 41 406 14 77
Binary 10011110 10010110 10101100 1000 1101 0 100001 100000110 1100 111111

Color Harmonies of #9E96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96AC

Black with #9E96AC

Text Example


Text Example

White with #9E96AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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