#9E54CC

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

Shades of Deep Lilac #9E54CC

Tints of Deep Lilac #9E54CC

Color information

#9E54CC (or 0x9E54CC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 54 and CC. RGB value is (158,84,204). Sum of RGB (Red+Green+Blue) = 158+84+204=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54CC is #61AB33. Grayscale: #777777. Windows color (decimal): -6400820 or 13391006. OLE color: 13391006.

HSL color Cylindrical-coordinate representation of color #9E54CC: hue angle of 277º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E54CC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15884204-
CMYK0.230.5900.2
HSL277º54.05%56.47%-
HSV(B)277º58.82%80%-
XYZ28.1717.9759.11-
YUV119.81175.52155.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=35.43%
G=18.83%
B=45.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal158842040.230.5900.227754.0556.47
Hex9E54CC173B0141153638
Octal23612431427730244256670
Binary1001111010101001100110010111111011010100100010101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E54CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,84,204); }

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

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

 a { background-color: rgb(158,84,204); }

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

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

 span { border-color: rgb(158,84,204); }

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