#9E8EAF

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

Shades of Cold Purple #9E8EAF

Tints of Cold Purple #9E8EAF

Color information

#9E8EAF (or 0x9E8EAF) is unknown color: approx Cold Purple. HEX triplet: 9E, 8E and AF. RGB value is (158,142,175). Sum of RGB (Red+Green+Blue) = 158+142+175=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8EAF is #617150. Grayscale: #969696. Windows color (decimal): -6386001 or 11505310. OLE color: 11505310.

HSL color Cylindrical-coordinate representation of color #9E8EAF: hue angle of 269.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E8EAF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158142175-
CMYK0.100.1900.31
HSL269.09º17.1%62.16%-
HSV(B)269.09º18.86%68.63%-
XYZ31.5129.7144.63-
YUV150.55141.8133.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=33.26%
G=29.89%
B=36.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581421750.100.1900.31269.0917.162.16
Hex9E8EAFA1301F10d113e
Octal23621625712230374152176
Binary10011110100011101010111110101001101111110000110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,142,175); }

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

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

 a { background-color: rgb(158,142,175); }

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

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

 span { border-color: rgb(158,142,175); }

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