#8C5CB3

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

Shades of Deep Lilac #8C5CB3

Tints of Deep Lilac #8C5CB3

Color information

#8C5CB3 (or 0x8C5CB3) is unknown color: approx Deep Lilac. HEX triplet: 8C, 5C and B3. RGB value is (140,92,179). Sum of RGB (Red+Green+Blue) = 140+92+179=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C5CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CB3 is #73A34C. Grayscale: #737373. Windows color (decimal): -7578445 or 11754636. OLE color: 11754636.

HSL color Cylindrical-coordinate representation of color #8C5CB3: hue angle of 273.1º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C5CB3 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14092179-
CMYK0.220.4900.30
HSL273.1º36.4%53.14%-
HSV(B)273.1º48.6%70.2%-
XYZ22.7816.4844.63-
YUV116.27163.4144.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 179 (70.31% from 255) = 43.55%
R=34.06%
G=22.38%
B=43.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140921790.220.4900.30273.136.453.14
Hex8C5CB3163101E1112435
Octal21413426326610364214465
Binary1000110010111001011001110110110001011110100010001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,92,179); }

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

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

 a { background-color: rgb(140,92,179); }

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

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

 span { border-color: rgb(140,92,179); }

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