#8B52C2

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

Shades of Deep Lilac #8B52C2

Tints of Deep Lilac #8B52C2

Color information

#8B52C2 (or 0x8B52C2) is unknown color: approx Deep Lilac. HEX triplet: 8B, 52 and C2. RGB value is (139,82,194). Sum of RGB (Red+Green+Blue) = 139+82+194=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #8B52C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B52C2 is #74AD3D. Grayscale: #6F6F6F. Windows color (decimal): -7646526 or 12735115. OLE color: 12735115.

HSL color Cylindrical-coordinate representation of color #8B52C2: hue angle of 270.54º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B52C2 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13982194-
CMYK0.280.5800.24
HSL270.54º47.86%54.12%-
HSV(B)270.54º57.73%76.08%-
XYZ23.415.4252.78-
YUV111.81174.38147.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 194 (76.17% from 255) = 46.75%
R=33.49%
G=19.76%
B=46.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139821940.280.5800.24270.5447.8654.12
Hex8B52C21C3A01810f3036
Octal21312230234720304176066
Binary1000101110100101100001011100111010011000100001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B52C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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