#8f52c8

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

Shades of Deep Lilac #8F52C8

Tints of Deep Lilac #8F52C8

Color information

#8F52C8 (or 0x8F52C8) is unknown color: approx Deep Lilac. HEX triplet: 8F, 52 and C8. RGB value is (143,82,200). Sum of RGB (Red+Green+Blue) = 143+82+200=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F52C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52C8 is #70AD37. Grayscale: #717171. Windows color (decimal): -7384376 or 13128335. OLE color: 13128335.

HSL color Cylindrical-coordinate representation of color #8F52C8: hue angle of 271.02º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F52C8 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14382200-
CMYK0.280.5900.22
HSL271.02º51.75%55.29%-
HSV(B)271.02º59%78.43%-
XYZ24.7716.0456.43-
YUV113.69176.71148.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=33.65%
G=19.29%
B=47.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143822000.280.5900.22271.0251.7555.29
Hex8F52C81C3B01610f3437
Octal21712231034730264176467
Binary1000111110100101100100011100111011010110100001111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f52c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,200); }

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

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

 a { background-color: rgb(143,82,200); }

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

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

 span { border-color: rgb(143,82,200); }

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