#8C51BA

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

Shades of Deep Lilac #8C51BA

Tints of Deep Lilac #8C51BA

Color information

#8C51BA (or 0x8C51BA) is unknown color: approx Deep Lilac. HEX triplet: 8C, 51 and BA. RGB value is (140,81,186). Sum of RGB (Red+Green+Blue) = 140+81+186=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C51BA is #73AE45. Grayscale: #6E6E6E. Windows color (decimal): -7581254 or 12210572. OLE color: 12210572.

HSL color Cylindrical-coordinate representation of color #8C51BA: hue angle of 273.71º 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 #8C51BA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14081186-
CMYK0.250.5600.27
HSL273.71º43.21%52.35%-
HSV(B)273.71º56.45%72.94%-
XYZ22.6215.0148.16-
YUV110.61170.55148.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=34.40%
G=19.90%
B=45.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140811860.250.5600.27273.7143.2152.35
Hex8C51BA193801B1122b34
Octal21412127231700334225364
Binary1000110010100011011101011001111000011011100010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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