#8E65BE

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

Shades of Lilac Bush #8E65BE

Tints of Lilac Bush #8E65BE

Color information

#8E65BE (or 0x8E65BE) is unknown color: approx Lilac Bush. HEX triplet: 8E, 65 and BE. RGB value is (142,101,190). Sum of RGB (Red+Green+Blue) = 142+101+190=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E65BE is #719A41. Grayscale: #7B7B7B. Windows color (decimal): -7445058 or 12477838. OLE color: 12477838.

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

Color convert

RGB142101190-
CMYK0.250.4700.25
HSL267.64º40.64%57.06%-
HSV(B)267.64º46.84%74.51%-
XYZ25.118.7851.02-
YUV123.4165.58141.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=32.79%
G=23.33%
B=43.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421011900.250.4700.25267.6440.6457.06
Hex8E65BE192F01910c2939
Octal21614527631570314145171
Binary1000111011001011011111011001101111011001100001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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