#8B52C0

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

Shades of Deep Lilac #8B52C0

Tints of Deep Lilac #8B52C0

Color information

#8B52C0 (or 0x8B52C0) is unknown color: approx Deep Lilac. HEX triplet: 8B, 52 and C0. RGB value is (139,82,192). Sum of RGB (Red+Green+Blue) = 139+82+192=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B52C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B52C0 is #74AD3F. Grayscale: #6F6F6F. Windows color (decimal): -7646528 or 12604043. OLE color: 12604043.

HSL color Cylindrical-coordinate representation of color #8B52C0: hue angle of 271.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B52C0 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13982192-
CMYK0.280.5700.25
HSL271.09º46.61%53.73%-
HSV(B)271.09º57.29%75.29%-
XYZ23.1815.3351.61-
YUV111.58173.38147.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 192 (75.39% from 255) = 46.49%
R=33.66%
G=19.85%
B=46.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139821920.280.5700.25271.0946.6153.73
Hex8B52C01C3901910f2f36
Octal21312230034710314175766
Binary1000101110100101100000011100111001011001100001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B52C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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