#8C65C7

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

Shades of Lilac Bush #8C65C7

Tints of Lilac Bush #8C65C7

Color information

#8C65C7 (or 0x8C65C7) is unknown color: approx Lilac Bush. HEX triplet: 8C, 65 and C7. RGB value is (140,101,199). Sum of RGB (Red+Green+Blue) = 140+101+199=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C65C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65C7 is #739A38. Grayscale: #7B7B7B. Windows color (decimal): -7576121 or 13067660. OLE color: 13067660.

HSL color Cylindrical-coordinate representation of color #8C65C7: hue angle of 263.88º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C65C7 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB140101199-
CMYK0.300.4900.22
HSL263.88º46.67%58.82%-
HSV(B)263.88º49.25%78.04%-
XYZ25.7819.0156.34-
YUV123.83170.42139.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 199 (78.12% from 255) = 45.23%
R=31.82%
G=22.95%
B=45.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401011990.300.4900.22263.8846.6758.82
Hex8C65C71E310161082f3b
Octal21414530736610264105773
Binary1000110011001011100011111110110001010110100001000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C65C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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