#9E8FCF

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

Shades of Cold Purple #9E8FCF

Tints of Cold Purple #9E8FCF

Color information

#9E8FCF (or 0x9E8FCF) is unknown color: approx Cold Purple. HEX triplet: 9E, 8F and CF. RGB value is (158,143,207). Sum of RGB (Red+Green+Blue) = 158+143+207=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8FCF is #617030. Grayscale: #9A9A9A. Windows color (decimal): -6385713 or 13602718. OLE color: 13602718.

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

Color convert

RGB158143207-
CMYK0.240.3100.19
HSL254.06º40%68.63%-
HSV(B)254.06º30.92%81.18%-
XYZ35.1931.4263.24-
YUV154.78157.47130.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=31.10%
G=28.15%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581432070.240.3100.19254.064068.63
Hex9E8FCF181F013fe2845
Octal236217317303702337650105
Binary1001111010001111110011111100011111010011111111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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