#8c42b6

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

Shades of Deep Lilac #8C42B6

Tints of Deep Lilac #8C42B6

Color information

#8C42B6 (or 0x8C42B6) is unknown color: approx Deep Lilac. HEX triplet: 8C, 42 and B6. RGB value is (140,66,182). Sum of RGB (Red+Green+Blue) = 140+66+182=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C42B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C42B6 is #73BD49. Grayscale: #646464. Windows color (decimal): -7585098 or 11944588. OLE color: 11944588.

HSL color Cylindrical-coordinate representation of color #8C42B6: hue angle of 278.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C42B6 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14066182-
CMYK0.230.6400.29
HSL278.28º46.77%48.63%-
HSV(B)278.28º63.74%71.37%-
XYZ21.2112.8545.62-
YUV101.35173.52155.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.08%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 182 (71.48% from 255) = 46.91%
R=36.08%
G=17.01%
B=46.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140661820.230.6400.29278.2846.7748.63
Hex8C42B6174001D1162f31
Octal214102266271000354265761
Binary10001100100001010110110101111000000011101100010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c42b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,66,182); }

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

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

 a { background-color: rgb(140,66,182); }

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

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

 span { border-color: rgb(140,66,182); }

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