#8B52BA

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

Shades of Deep Lilac #8B52BA

Tints of Deep Lilac #8B52BA

Color information

#8B52BA (or 0x8B52BA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 52 and BA. RGB value is (139,82,186). Sum of RGB (Red+Green+Blue) = 139+82+186=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B52BA is #74AD45. Grayscale: #6E6E6E. Windows color (decimal): -7646534 or 12210827. OLE color: 12210827.

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

Color convert

RGB13982186-
CMYK0.250.5600.27
HSL272.88º42.98%52.55%-
HSV(B)272.88º55.91%72.94%-
XYZ22.5315.0748.18-
YUV110.9170.38148.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=34.15%
G=20.15%
B=45.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139821860.250.5600.27272.8842.9852.55
Hex8B52BA193801B1112b35
Octal21312227231700334215365
Binary1000101110100101011101011001111000011011100010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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