#8C4BAE

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

Shades of Deep Lilac #8C4BAE

Tints of Deep Lilac #8C4BAE

Color information

#8C4BAE (or 0x8C4BAE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4B and AE. RGB value is (140,75,174). Sum of RGB (Red+Green+Blue) = 140+75+174=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4BAE is #73B451. Grayscale: #696969. Windows color (decimal): -7582802 or 11422604. OLE color: 11422604.

HSL color Cylindrical-coordinate representation of color #8C4BAE: hue angle of 279.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C4BAE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14075174-
CMYK0.200.5700.32
HSL279.39º39.76%48.82%-
HSV(B)279.39º56.9%68.24%-
XYZ20.9713.6641.58-
YUV105.72166.53152.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=35.99%
G=19.28%
B=44.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140751740.200.5700.32279.3939.7648.82
Hex8C4BAE14390201172831
Octal21411325624710404275061
Binary10001100100101110101110101001110010100000100010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,174); }

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

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

 a { background-color: rgb(140,75,174); }

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

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

 span { border-color: rgb(140,75,174); }

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