#9E93AB

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

Shades of Cold Purple #9E93AB

Tints of Cold Purple #9E93AB

Color information

#9E93AB (or 0x9E93AB) is unknown color: approx Cold Purple. HEX triplet: 9E, 93 and AB. RGB value is (158,147,171). Sum of RGB (Red+Green+Blue) = 158+147+171=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E93AB is #616C54. Grayscale: #989898. Windows color (decimal): -6384725 or 11244446. OLE color: 11244446.

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

Color convert

RGB158147171-
CMYK0.080.1400.33
HSL267.5º12.5%62.35%-
HSV(B)267.5º14.04%67.06%-
XYZ31.8831.0842.85-
YUV153.02138.14131.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=33.19%
G=30.88%
B=35.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581471710.080.1400.33267.512.562.35
Hex9E93AB8E02110cc3e
Octal23622325310160414141476
Binary1001111010010011101010111000111001000011000011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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