#8C42BE

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

Shades of Deep Lilac #8C42BE

Tints of Deep Lilac #8C42BE

Color information

#8C42BE (or 0x8C42BE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 42 and BE. RGB value is (140,66,190). Sum of RGB (Red+Green+Blue) = 140+66+190=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C42BE is #73BD41. Grayscale: #656565. Windows color (decimal): -7585090 or 12468876. OLE color: 12468876.

HSL color Cylindrical-coordinate representation of color #8C42BE: hue angle of 275.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C42BE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14066190-
CMYK0.260.6500.25
HSL275.81º48.82%50.2%-
HSV(B)275.81º65.26%74.51%-
XYZ22.0613.1950.1-
YUV102.26177.52154.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.35%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=35.35%
G=16.67%
B=47.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140661900.260.6500.25275.8148.8250.2
Hex8C42BE1A410191143132
Octal214102276321010314246162
Binary10001100100001010111110110101000001011001100010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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