#8E65BF

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

Shades of Lilac Bush #8E65BF

Tints of Lilac Bush #8E65BF

Color information

#8E65BF (or 0x8E65BF) is unknown color: approx Lilac Bush. HEX triplet: 8E, 65 and BF. RGB value is (142,101,191). Sum of RGB (Red+Green+Blue) = 142+101+191=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E65BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E65BF is #719A40. Grayscale: #7B7B7B. Windows color (decimal): -7445057 or 12543374. OLE color: 12543374.

HSL color Cylindrical-coordinate representation of color #8E65BF: hue angle of 267.33º degrees, saturation: 0.41, 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 #8E65BF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142101191-
CMYK0.260.4700.25
HSL267.33º41.28%57.25%-
HSV(B)267.33º47.12%74.9%-
XYZ25.2118.8251.59-
YUV123.52166.08141.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 191 (75% from 255) = 44.01%
R=32.72%
G=23.27%
B=44.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421011910.260.4700.25267.3341.2857.25
Hex8E65BF1A2F01910b2939
Octal21614527732570314135171
Binary1000111011001011011111111010101111011001100001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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