#8D5ABC

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

Shades of Deep Lilac #8D5ABC

Tints of Deep Lilac #8D5ABC

Color information

#8D5ABC (or 0x8D5ABC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5A and BC. RGB value is (141,90,188). Sum of RGB (Red+Green+Blue) = 141+90+188=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ABC is #72A543. Grayscale: #747474. Windows color (decimal): -7513412 or 12343949. OLE color: 12343949.

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

Color convert

RGB14190188-
CMYK0.250.5200.26
HSL271.22º42.24%54.51%-
HSV(B)271.22º52.13%73.73%-
XYZ23.7216.6149.53-
YUV116.42168.4145.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=33.65%
G=21.48%
B=44.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141901880.250.5200.26271.2242.2454.51
Hex8D5ABC193401A10f2a37
Octal21513227431640324175267
Binary1000110110110101011110011001110100011010100001111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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