#8C65C0

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

Shades of Lilac Bush #8C65C0

Tints of Lilac Bush #8C65C0

Color information

#8C65C0 (or 0x8C65C0) is unknown color: approx Lilac Bush. HEX triplet: 8C, 65 and C0. RGB value is (140,101,192). Sum of RGB (Red+Green+Blue) = 140+101+192=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C65C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65C0 is #739A3F. Grayscale: #7A7A7A. Windows color (decimal): -7576128 or 12608908. OLE color: 12608908.

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

Color convert

RGB140101192-
CMYK0.270.4700.25
HSL265.71º41.94%57.45%-
HSV(B)265.71º47.4%75.29%-
XYZ24.9818.6952.16-
YUV123.04166.92140.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.33%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=32.33%
G=23.33%
B=44.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401011920.270.4700.25265.7141.9457.45
Hex8C65C01B2F01910a2a39
Octal21414530033570314125271
Binary1000110011001011100000011011101111011001100001010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,101,192); }

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

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

 a { background-color: rgb(140,101,192); }

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

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

 span { border-color: rgb(140,101,192); }

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