#8D42BC

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

Shades of Deep Lilac #8D42BC

Tints of Deep Lilac #8D42BC

Color information

#8D42BC (or 0x8D42BC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 42 and BC. RGB value is (141,66,188). Sum of RGB (Red+Green+Blue) = 141+66+188=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D42BC is #72BD43. Grayscale: #656565. Windows color (decimal): -7519556 or 12337805. OLE color: 12337805.

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

Color convert

RGB14166188-
CMYK0.250.6500.26
HSL276.89º48.03%49.8%-
HSV(B)276.89º64.89%73.73%-
XYZ22.0113.1948.96-
YUV102.33176.35155.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=35.70%
G=16.71%
B=47.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141661880.250.6500.26276.8948.0349.8
Hex8D42BC194101A1153032
Octal215102274311010324256062
Binary10001101100001010111100110011000001011010100010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D42BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,66,188); }

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

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

 a { background-color: rgb(141,66,188); }

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

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

 span { border-color: rgb(141,66,188); }

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