#9B52BA

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

Shades of Deep Lilac #9B52BA

Tints of Deep Lilac #9B52BA

Color information

#9B52BA (or 0x9B52BA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 52 and BA. RGB value is (155,82,186). Sum of RGB (Red+Green+Blue) = 155+82+186=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B52BA is #64AD45. Grayscale: #737373. Windows color (decimal): -6597958 or 12210843. OLE color: 12210843.

HSL color Cylindrical-coordinate representation of color #9B52BA: hue angle of 282.12º 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 #9B52BA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15582186-
CMYK0.170.5600.27
HSL282.12º42.98%52.55%-
HSV(B)282.12º55.91%72.94%-
XYZ25.416.5548.31-
YUV115.68167.68156.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=36.64%
G=19.39%
B=43.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155821860.170.5600.27282.1242.9852.55
Hex9B52BA113801B11a2b35
Octal23312227221700334325365
Binary1001101110100101011101010001111000011011100011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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