#8C65BC

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

Shades of Lilac Bush #8C65BC

Tints of Lilac Bush #8C65BC

Color information

#8C65BC (or 0x8C65BC) is unknown color: approx Lilac Bush. HEX triplet: 8C, 65 and BC. RGB value is (140,101,188). Sum of RGB (Red+Green+Blue) = 140+101+188=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65BC is #739A43. Grayscale: #7A7A7A. Windows color (decimal): -7576132 or 12346764. OLE color: 12346764.

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

Color convert

RGB140101188-
CMYK0.260.4600.26
HSL266.9º39.37%56.67%-
HSV(B)266.9º46.28%73.73%-
XYZ24.5518.5149.86-
YUV122.58164.92140.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=32.63%
G=23.54%
B=43.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401011880.260.4600.26266.939.3756.67
Hex8C65BC1A2E01A10b2739
Octal21414527432560324134771
Binary1000110011001011011110011010101110011010100001011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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