#9E54BA

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

Shades of Deep Lilac #9E54BA

Tints of Deep Lilac #9E54BA

Color information

#9E54BA (or 0x9E54BA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 54 and BA. RGB value is (158,84,186). Sum of RGB (Red+Green+Blue) = 158+84+186=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54BA is #61AB45. Grayscale: #757575. Windows color (decimal): -6400838 or 12211358. OLE color: 12211358.

HSL color Cylindrical-coordinate representation of color #9E54BA: hue angle of 283.53º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E54BA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15884186-
CMYK0.150.5500.27
HSL283.53º42.5%52.94%-
HSV(B)283.53º54.84%72.94%-
XYZ26.1317.1548.39-
YUV117.75166.52156.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=36.92%
G=19.63%
B=43.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158841860.150.5500.27283.5342.552.94
Hex9E54BAF3701B11c2a35
Octal23612427217670334345265
Binary100111101010100101110101111110111011011100011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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