#9E96AA

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

Shades of Cold Purple #9E96AA

Tints of Cold Purple #9E96AA

Color information

#9E96AA (or 0x9E96AA) is unknown color: approx 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

RGB158150170-
CMYK0.070.1200.33
HSL264º10.53%62.75%-
HSV(B)264º11.76%66.67%-
XYZ32.2631.9842.5-
YUV154.67136.65130.37-

RGB Variations

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

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.80% from 255) = 35.56%
R=33.05%
G=31.38%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581501700.070.1200.3326410.5362.75
Hex9E96AA7C021108b3f
Octal2362262527140414101377
Binary100111101001011010101010111110001000011000010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>