#8C51BF

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

Shades of Deep Lilac #8C51BF

Tints of Deep Lilac #8C51BF

Color information

#8C51BF (or 0x8C51BF) is unknown color: approx Deep Lilac. HEX triplet: 8C, 51 and BF. RGB value is (140,81,191). Sum of RGB (Red+Green+Blue) = 140+81+191=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C51BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C51BF is #73AE40. Grayscale: #6E6E6E. Windows color (decimal): -7581249 or 12538252. OLE color: 12538252.

HSL color Cylindrical-coordinate representation of color #8C51BF: hue angle of 272.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C51BF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14081191-
CMYK0.270.5800.25
HSL272.18º46.22%53.33%-
HSV(B)272.18º57.59%74.9%-
XYZ23.1615.2251.01-
YUV111.18173.05148.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 191 (75% from 255) = 46.36%
R=33.98%
G=19.66%
B=46.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140811910.270.5800.25272.1846.2253.33
Hex8C51BF1B3A0191102e35
Octal21412127733720314205665
Binary1000110010100011011111111011111010011001100010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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