#8E65BD

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

Shades of Lilac Bush #8E65BD

Tints of Lilac Bush #8E65BD

Color information

#8E65BD (or 0x8E65BD) is unknown color: approx Lilac Bush. HEX triplet: 8E, 65 and BD. RGB value is (142,101,189). Sum of RGB (Red+Green+Blue) = 142+101+189=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E65BD is #719A42. Grayscale: #7A7A7A. Windows color (decimal): -7445059 or 12412302. OLE color: 12412302.

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

Color convert

RGB142101189-
CMYK0.250.4700.26
HSL267.95º40%56.86%-
HSV(B)267.95º46.56%74.12%-
XYZ24.9918.7350.44-
YUV123.29165.08141.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=32.87%
G=23.38%
B=43.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421011890.250.4700.26267.954056.86
Hex8E65BD192F01A10c2839
Octal21614527531570324145071
Binary1000111011001011011110111001101111011010100001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,189); }

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

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

 a { background-color: rgb(142,101,189); }

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

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

 span { border-color: rgb(142,101,189); }

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