#8C4ACC

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

Shades of Deep Lilac #8C4ACC

Tints of Deep Lilac #8C4ACC

Color information

#8C4ACC (or 0x8C4ACC) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4A and CC. RGB value is (140,74,204). Sum of RGB (Red+Green+Blue) = 140+74+204=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C4ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ACC is #73B533. Grayscale: #6C6C6C. Windows color (decimal): -7583028 or 13388428. OLE color: 13388428.

HSL color Cylindrical-coordinate representation of color #8C4ACC: hue angle of 270.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C4ACC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14074204-
CMYK0.310.6400.2
HSL270.46º56.03%54.51%-
HSV(B)270.46º63.73%80%-
XYZ24.1614.8358.72-
YUV108.55181.87150.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=33.49%
G=17.70%
B=48.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140742040.310.6400.2270.4656.0354.51
Hex8C4ACC1F4001410e3837
Octal214112314371000244167067
Binary10001100100101011001100111111000000010100100001110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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