#9E97AB

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

Shades of Cold Purple #9E97AB

Tints of Cold Purple #9E97AB

Color information

#9E97AB (or 0x9E97AB) is unknown color: approx Cold Purple. HEX triplet: 9E, 97 and AB. RGB value is (158,151,171). Sum of RGB (Red+Green+Blue) = 158+151+171=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E97AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E97AB is #616854. Grayscale: #9B9B9B. Windows color (decimal): -6383701 or 11245470. OLE color: 11245470.

HSL color Cylindrical-coordinate representation of color #9E97AB: hue angle of 261º 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 #9E97AB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158151171-
CMYK0.080.1200.33
HSL261º10.64%63.14%-
HSV(B)261º11.7%67.06%-
XYZ32.5232.3443.06-
YUV155.37136.82129.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=32.92%
G=31.46%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581511710.080.1200.3326110.6463.14
Hex9E97AB8C021105b3f
Octal23622725310140414051377
Binary1001111010010111101010111000110001000011000001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,151,171); }

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

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

 a { background-color: rgb(158,151,171); }

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

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

 span { border-color: rgb(158,151,171); }

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