#8C4CB2

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

Shades of Deep Lilac #8C4CB2

Tints of Deep Lilac #8C4CB2

Color information

#8C4CB2 (or 0x8C4CB2) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4C and B2. RGB value is (140,76,178). Sum of RGB (Red+Green+Blue) = 140+76+178=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C4CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4CB2 is #73B34D. Grayscale: #6A6A6A. Windows color (decimal): -7582542 or 11685004. OLE color: 11685004.

HSL color Cylindrical-coordinate representation of color #8C4CB2: hue angle of 277.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C4CB2 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14076178-
CMYK0.210.5700.30
HSL277.65º40.16%49.8%-
HSV(B)277.65º57.3%69.8%-
XYZ21.4413.9643.68-
YUV106.76168.2151.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.53%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 178 (69.92% from 255) = 45.18%
R=35.53%
G=19.29%
B=45.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140761780.210.5700.30277.6540.1649.8
Hex8C4CB2153901E1162832
Octal21411426225710364265062
Binary1000110010011001011001010101111001011110100010110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,76,178); }

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

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

 a { background-color: rgb(140,76,178); }

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

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

 span { border-color: rgb(140,76,178); }

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