#8C5EB7

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

Shades of Deep Lilac #8C5EB7

Tints of Deep Lilac #8C5EB7

Color information

#8C5EB7 (or 0x8C5EB7) is unknown color: approx Deep Lilac. HEX triplet: 8C, 5E and B7. RGB value is (140,94,183). Sum of RGB (Red+Green+Blue) = 140+94+183=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #8C5EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5EB7 is #73A148. Grayscale: #757575. Windows color (decimal): -7577929 or 12017292. OLE color: 12017292.

HSL color Cylindrical-coordinate representation of color #8C5EB7: hue angle of 271.01º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C5EB7 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14094183-
CMYK0.230.4900.28
HSL271.01º38.2%54.31%-
HSV(B)271.01º48.63%71.76%-
XYZ23.371746.85-
YUV117.9164.74143.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 183 (71.88% from 255) = 43.88%
R=33.57%
G=22.54%
B=43.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140941830.230.4900.28271.0138.254.31
Hex8C5EB7173101C10f2636
Octal21413626727610344174666
Binary1000110010111101011011110111110001011100100001111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,94,183); }

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

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

 a { background-color: rgb(140,94,183); }

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

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

 span { border-color: rgb(140,94,183); }

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