Html Css Color HEX #8E64BD Lilac Bush

📋 copy color: '#8E64BD'

red 142 ◦ green 100 ◦ blue 189

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

Shades of Lilac Bush #8E64BD

Tints of Lilac Bush #8E64BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 32.95%
G = 23.2%
B = 43.85%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E64BD (or 0x8E64BD) is known color: Lilac Bush. HEX triplet: 8E, 64 and BD. RGB value is (142,100,189). Sum of RGB (Red+Green+Blue) = 142+100+189=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E64BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64BD is #719B42. Grayscale: #7A7A7A. Windows color (decimal): -7445315 or 12412046. OLE color: 12412046.

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

Color convert

RGB 142 100 189 -
CMYK 0.25 0.47 0 0.26
HSL 268.31º 0.4% 0.57% -
HSV(B) 268.31º 0.47% 0.74% -
XYZ 24.9 18.54 50.41 -
YUV 122.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 142 100 189 0.25 0.47 0 0.26 268.31 0.4 0.57
Hex 8E 64 BD 19 2F 0 1A 10C 28 39
Octal 216 144 275 31 57 0 32 414 50 71
Binary 10001110 1100100 10111101 11001 101111 0 11010 100001100 101000 111001

Color Harmonies of #8E64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64BD

Black with #8E64BD

Text Example


Text Example

White with #8E64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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