#8C62BC

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

Shades of Lilac Bush #8C62BC

Tints of Lilac Bush #8C62BC

Color information

#8C62BC (or 0x8C62BC) is unknown color: approx Lilac Bush. HEX triplet: 8C, 62 and BC. RGB value is (140,98,188). Sum of RGB (Red+Green+Blue) = 140+98+188=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C62BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C62BC is #739D43. Grayscale: #787878. Windows color (decimal): -7576900 or 12345996. OLE color: 12345996.

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

Color convert

RGB14098188-
CMYK0.260.4800.26
HSL268º40.18%56.08%-
HSV(B)268º47.87%73.73%-
XYZ24.2617.9449.76-
YUV120.82165.91141.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.86%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=32.86%
G=23.00%
B=44.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140981880.260.4800.2626840.1856.08
Hex8C62BC1A3001A10c2838
Octal21414227432600324145070
Binary1000110011000101011110011010110000011010100001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C62BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,188); }

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

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

 a { background-color: rgb(140,98,188); }

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

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

 span { border-color: rgb(140,98,188); }

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