#9E8FAF

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

Shades of Cold Purple #9E8FAF

Tints of Cold Purple #9E8FAF

Color information

#9E8FAF (or 0x9E8FAF) is unknown color: approx Cold Purple. HEX triplet: 9E, 8F and AF. RGB value is (158,143,175). Sum of RGB (Red+Green+Blue) = 158+143+175=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8FAF is #617050. Grayscale: #979797. Windows color (decimal): -6385745 or 11505566. OLE color: 11505566.

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

Color convert

RGB158143175-
CMYK0.100.1800.31
HSL268.12º16.67%62.35%-
HSV(B)268.12º18.29%68.63%-
XYZ31.6630.0144.68-
YUV151.13141.47132.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=33.19%
G=30.04%
B=36.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581431750.100.1800.31268.1216.6762.35
Hex9E8FAFA1201F10c113e
Octal23621725712220374142176
Binary10011110100011111010111110101001001111110000110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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