Html Css Color HEX #8E64BE Lilac Bush

📋 copy color: '#8E64BE'

red 142 ◦ green 100 ◦ blue 190

#8E64BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #8E64BE

Tints of Lilac Bush #8E64BE

RGB

 RED value IS 142 (55.86% from 255) = 32.87%

 GREEN value IS 100 (39.45% from 255) = 23.15%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 32.87%
G = 23.15%
B = 43.98%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E64BE (or 0x8E64BE) is known color: Lilac Bush. HEX triplet: 8E, 64 and BE. RGB value is (142,100,190). Sum of RGB (Red+Green+Blue) = 142+100+190=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64BE is #719B41. Grayscale: #7A7A7A. Windows color (decimal): -7445314 or 12477582. OLE color: 12477582.

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

Color convert

RGB 142 100 190 -
CMYK 0.25 0.47 0 0.25
HSL 268º 0.41% 0.57% -
HSV(B) 268º 0.47% 0.75% -
XYZ 25.01 18.58 50.98 -
YUV 122.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 142 100 190 0.25 0.47 0 0.25 268 0.41 0.57
Hex 8E 64 BE 19 2F 0 19 10C 29 39
Octal 216 144 276 31 57 0 31 414 51 71
Binary 10001110 1100100 10111110 11001 101111 0 11001 100001100 101001 111001

Color Harmonies of #8E64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64BE

Black with #8E64BE

Text Example


Text Example

White with #8E64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E64BE;
 }
 .AnyTagClassName
 {
   color: #8E64BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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