#9E94AB

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

Shades of Cold Purple #9E94AB

Tints of Cold Purple #9E94AB

Color information

#9E94AB (or 0x9E94AB) is unknown color: approx Cold Purple. HEX triplet: 9E, 94 and AB. RGB value is (158,148,171). Sum of RGB (Red+Green+Blue) = 158+148+171=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E94AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E94AB is #616B54. Grayscale: #999999. Windows color (decimal): -6384469 or 11244702. OLE color: 11244702.

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

Color convert

RGB158148171-
CMYK0.080.1300.33
HSL266.09º12.04%62.55%-
HSV(B)266.09º13.45%67.06%-
XYZ32.0431.3942.9-
YUV153.61137.81131.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=33.12%
G=31.03%
B=35.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581481710.080.1300.33266.0912.0462.55
Hex9E94AB8D02110ac3f
Octal23622425310150414121477
Binary1001111010010100101010111000110101000011000010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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