#8D52AF

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

Shades of Deep Lilac #8D52AF

Tints of Deep Lilac #8D52AF

Color information

#8D52AF (or 0x8D52AF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 52 and AF. RGB value is (141,82,175). Sum of RGB (Red+Green+Blue) = 141+82+175=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D52AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D52AF is #72AD50. Grayscale: #6D6D6D. Windows color (decimal): -7515473 or 11489933. OLE color: 11489933.

HSL color Cylindrical-coordinate representation of color #8D52AF: hue angle of 278.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D52AF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14182175-
CMYK0.190.5300.31
HSL278.06º36.76%50.39%-
HSV(B)278.06º53.14%68.63%-
XYZ21.7414.7942.27-
YUV110.24164.55149.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=35.43%
G=20.60%
B=43.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141821750.190.5300.31278.0636.7650.39
Hex8D52AF133501F1162532
Octal21512225723650374264562
Binary1000110110100101010111110011110101011111100010110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D52AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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