#8C4ACA

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

Shades of Deep Lilac #8C4ACA

Tints of Deep Lilac #8C4ACA

Color information

#8C4ACA (or 0x8C4ACA) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4A and CA. RGB value is (140,74,202). Sum of RGB (Red+Green+Blue) = 140+74+202=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C4ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ACA is #73B535. Grayscale: #6B6B6B. Windows color (decimal): -7583030 or 13257356. OLE color: 13257356.

HSL color Cylindrical-coordinate representation of color #8C4ACA: hue angle of 270.94º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C4ACA is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14074202-
CMYK0.310.6300.21
HSL270.94º54.7%54.12%-
HSV(B)270.94º63.37%79.22%-
XYZ23.9214.7457.46-
YUV108.33180.87150.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 74 (29.30% from 255) = 17.79%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=33.65%
G=17.79%
B=48.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140742020.310.6300.21270.9454.754.12
Hex8C4ACA1F3F01510f3736
Octal21411231237770254176766
Binary1000110010010101100101011111111111010101100001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,74,202); }

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

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

 a { background-color: rgb(140,74,202); }

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

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

 span { border-color: rgb(140,74,202); }

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