#8C41AC

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

Shades of Deep Lilac #8C41AC

Tints of Deep Lilac #8C41AC

Color information

#8C41AC (or 0x8C41AC) is unknown color: approx Deep Lilac. HEX triplet: 8C, 41 and AC. RGB value is (140,65,172). Sum of RGB (Red+Green+Blue) = 140+65+172=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C41AC is #73BE53. Grayscale: #636363. Windows color (decimal): -7585364 or 11288972. OLE color: 11288972.

HSL color Cylindrical-coordinate representation of color #8C41AC: hue angle of 282.06º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C41AC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14065172-
CMYK0.190.6200.33
HSL282.06º45.15%46.47%-
HSV(B)282.06º62.21%67.45%-
XYZ20.1512.3340.35-
YUV99.62168.85156.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=37.14%
G=17.24%
B=45.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140651720.190.6200.33282.0645.1546.47
Hex8C41AC133E02111a2d2e
Octal21410125423760414325556
Binary10001100100000110101100100111111100100001100011010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,65,172); }

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

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

 a { background-color: rgb(140,65,172); }

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

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

 span { border-color: rgb(140,65,172); }

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