#9E54CA

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

Shades of Deep Lilac #9E54CA

Tints of Deep Lilac #9E54CA

Color information

#9E54CA (or 0x9E54CA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 54 and CA. RGB value is (158,84,202). Sum of RGB (Red+Green+Blue) = 158+84+202=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E54CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54CA is #61AB35. Grayscale: #777777. Windows color (decimal): -6400822 or 13259934. OLE color: 13259934.

HSL color Cylindrical-coordinate representation of color #9E54CA: hue angle of 277.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E54CA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15884202-
CMYK0.220.5800.21
HSL277.63º52.68%56.08%-
HSV(B)277.63º58.42%79.22%-
XYZ27.9317.8757.85-
YUV119.58174.52155.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=35.59%
G=18.92%
B=45.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158842020.220.5800.21277.6352.6856.08
Hex9E54CA163A0151163538
Octal23612431226720254266570
Binary1001111010101001100101010110111010010101100010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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