#8C52BF

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

Shades of Deep Lilac #8C52BF

Tints of Deep Lilac #8C52BF

Color information

#8C52BF (or 0x8C52BF) is unknown color: approx Deep Lilac. HEX triplet: 8C, 52 and BF. RGB value is (140,82,191). Sum of RGB (Red+Green+Blue) = 140+82+191=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C52BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52BF is #73AD40. Grayscale: #6F6F6F. Windows color (decimal): -7580993 or 12538508. OLE color: 12538508.

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

Color convert

RGB14082191-
CMYK0.270.5700.25
HSL271.93º45.99%53.53%-
HSV(B)271.93º57.07%74.9%-
XYZ23.2415.3751.03-
YUV111.77172.72148.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 191 (75% from 255) = 46.25%
R=33.90%
G=19.85%
B=46.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140821910.270.5700.25271.9345.9953.53
Hex8C52BF1B390191102e36
Octal21412227733710314205666
Binary1000110010100101011111111011111001011001100010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,82,191); }

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

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

 a { background-color: rgb(140,82,191); }

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

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

 span { border-color: rgb(140,82,191); }

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