#8C61BE

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

Shades of Lilac Bush #8C61BE

Tints of Lilac Bush #8C61BE

Color information

#8C61BE (or 0x8C61BE) is unknown color: approx Lilac Bush. HEX triplet: 8C, 61 and BE. RGB value is (140,97,190). Sum of RGB (Red+Green+Blue) = 140+97+190=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C61BE is #739E41. Grayscale: #787878. Windows color (decimal): -7577154 or 12476812. OLE color: 12476812.

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

Color convert

RGB14097190-
CMYK0.260.4900.25
HSL267.74º41.7%56.27%-
HSV(B)267.74º48.95%74.51%-
XYZ24.3817.8450.87-
YUV120.46167.25141.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=32.79%
G=22.72%
B=44.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140971900.260.4900.25267.7441.756.27
Hex8C61BE1A3101910c2a38
Octal21414127632610314145270
Binary1000110011000011011111011010110001011001100001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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