#9E4CCF

Color #9E4CCF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9E4CCF

Tints of Deep Lilac #9E4CCF

Color information

#9E4CCF (or 0x9E4CCF) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4C and CF. RGB value is (158,76,207). Sum of RGB (Red+Green+Blue) = 158+76+207=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E4CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CCF is #61B330. Grayscale: #737373. Windows color (decimal): -6402865 or 13585566. OLE color: 13585566.

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

Color convert

RGB15876207-
CMYK0.240.6300.19
HSL277.56º57.71%55.49%-
HSV(B)277.56º63.29%81.18%-
XYZ27.9516.9460.83-
YUV115.45179.67158.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 76 (30.08% from 255) = 17.23%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=35.83%
G=17.23%
B=46.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158762070.240.6300.19277.5657.7155.49
Hex9E4CCF183F0131163a37
Octal23611431730770234267267
Binary1001111010011001100111111000111111010011100010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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