#9E52BA

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

Shades of Deep Lilac #9E52BA

Tints of Deep Lilac #9E52BA

Color information

#9E52BA (or 0x9E52BA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 52 and BA. RGB value is (158,82,186). Sum of RGB (Red+Green+Blue) = 158+82+186=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E52BA is #61AD45. Grayscale: #747474. Windows color (decimal): -6401350 or 12210846. OLE color: 12210846.

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

Color convert

RGB15882186-
CMYK0.150.5600.27
HSL283.85º42.98%52.55%-
HSV(B)283.85º55.91%72.94%-
XYZ25.9816.8548.34-
YUV116.58167.18157.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=37.09%
G=19.25%
B=43.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158821860.150.5600.27283.8542.9852.55
Hex9E52BAF3801B11c2b35
Octal23612227217700334345365
Binary100111101010010101110101111111000011011100011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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