#8D51BA

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

Shades of Deep Lilac #8D51BA

Tints of Deep Lilac #8D51BA

Color information

#8D51BA (or 0x8D51BA) is unknown color: approx Deep Lilac. HEX triplet: 8D, 51 and BA. RGB value is (141,81,186). Sum of RGB (Red+Green+Blue) = 141+81+186=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D51BA is #72AE45. Grayscale: #6E6E6E. Windows color (decimal): -7515718 or 12210573. OLE color: 12210573.

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

Color convert

RGB14181186-
CMYK0.240.5600.27
HSL274.29º43.21%52.35%-
HSV(B)274.29º56.45%72.94%-
XYZ22.7915.0948.17-
YUV110.91170.38149.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.56%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=34.56%
G=19.85%
B=45.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141811860.240.5600.27274.2943.2152.35
Hex8D51BA183801B1122b34
Octal21512127230700334225364
Binary1000110110100011011101011000111000011011100010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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