#8D54BA

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

Shades of Deep Lilac #8D54BA

Tints of Deep Lilac #8D54BA

Color information

#8D54BA (or 0x8D54BA) is unknown color: approx Deep Lilac. HEX triplet: 8D, 54 and BA. RGB value is (141,84,186). Sum of RGB (Red+Green+Blue) = 141+84+186=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54BA is #72AB45. Grayscale: #707070. Windows color (decimal): -7514950 or 12211341. OLE color: 12211341.

HSL color Cylindrical-coordinate representation of color #8D54BA: hue angle of 273.53º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D54BA is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14184186-
CMYK0.240.5500.27
HSL273.53º42.5%52.94%-
HSV(B)273.53º54.84%72.94%-
XYZ23.0215.5548.24-
YUV112.67169.38148.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=34.31%
G=20.44%
B=45.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141841860.240.5500.27273.5342.552.94
Hex8D54BA183701B1122a35
Octal21512427230670334225265
Binary1000110110101001011101011000110111011011100010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,186); }

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

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

 a { background-color: rgb(141,84,186); }

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

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

 span { border-color: rgb(141,84,186); }

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