#8D62C0

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

Shades of Lilac Bush #8D62C0

Tints of Lilac Bush #8D62C0

Color information

#8D62C0 (or 0x8D62C0) is unknown color: approx Lilac Bush. HEX triplet: 8D, 62 and C0. RGB value is (141,98,192). Sum of RGB (Red+Green+Blue) = 141+98+192=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D62C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D62C0 is #729D3F. Grayscale: #797979. Windows color (decimal): -7511360 or 12608141. OLE color: 12608141.

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

Color convert

RGB14198192-
CMYK0.270.4900.25
HSL267.45º42.73%56.86%-
HSV(B)267.45º48.96%75.29%-
XYZ24.8718.252.07-
YUV121.57167.75141.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.71%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=32.71%
G=22.74%
B=44.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141981920.270.4900.25267.4542.7356.86
Hex8D62C01B3101910b2b39
Octal21514230033610314135371
Binary1000110111000101100000011011110001011001100001011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D62C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,192); }

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

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

 a { background-color: rgb(141,98,192); }

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

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

 span { border-color: rgb(141,98,192); }

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