#8D52BC

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

Shades of Deep Lilac #8D52BC

Tints of Deep Lilac #8D52BC

Color information

#8D52BC (or 0x8D52BC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 52 and BC. RGB value is (141,82,188). Sum of RGB (Red+Green+Blue) = 141+82+188=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D52BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D52BC is #72AD43. Grayscale: #6F6F6F. Windows color (decimal): -7515460 or 12341901. OLE color: 12341901.

HSL color Cylindrical-coordinate representation of color #8D52BC: hue angle of 273.4º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D52BC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14182188-
CMYK0.250.5600.26
HSL273.4º44.17%52.94%-
HSV(B)273.4º56.38%73.73%-
XYZ23.0815.3349.32-
YUV111.72171.05148.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=34.31%
G=19.95%
B=45.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141821880.250.5600.26273.444.1752.94
Hex8D52BC193801A1112c35
Octal21512227431700324215465
Binary1000110110100101011110011001111000011010100010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D52BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,82,188); }

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

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

 a { background-color: rgb(141,82,188); }

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

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

 span { border-color: rgb(141,82,188); }

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