#9E96BA

Color #9E96BA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9E96BA

Tints of Cold Purple #9E96BA

Color information

#9E96BA (or 0x9E96BA) is unknown color: approx Cold Purple. HEX triplet: 9E, 96 and BA. RGB value is (158,150,186). Sum of RGB (Red+Green+Blue) = 158+150+186=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96BA is #616945. Grayscale: #9C9C9C. Windows color (decimal): -6383942 or 12228254. OLE color: 12228254.

HSL color Cylindrical-coordinate representation of color #9E96BA: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E96BA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158150186-
CMYK0.150.1900.27
HSL253.33º20.69%65.88%-
HSV(B)253.33º19.35%72.94%-
XYZ33.8732.6350.97-
YUV156.5144.65129.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=31.98%
G=30.36%
B=37.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581501860.150.1900.27253.3320.6965.88
Hex9E96BAF1301Bfd1542
Octal236226272172303337525102
Binary10011110100101101011101011111001101101111111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E96BA;
 }
 .AnyTagClassName
 {
   color: #9E96BA;
 }
</style>
background-color css

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

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

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

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

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

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