Html Css Color HEX #8E64BC Lilac Bush

📋 copy color: '#8E64BC'

red 142 ◦ green 100 ◦ blue 188

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

Shades of Lilac Bush #8E64BC

Tints of Lilac Bush #8E64BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 33.02%
G = 23.26%
B = 43.72%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E64BC (or 0x8E64BC) is known color: Lilac Bush. HEX triplet: 8E, 64 and BC. RGB value is (142,100,188). Sum of RGB (Red+Green+Blue) = 142+100+188=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E64BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64BC is #719B43. Grayscale: #7A7A7A. Windows color (decimal): -7445316 or 12346510. OLE color: 12346510.

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

Color convert

RGB 142 100 188 -
CMYK 0.24 0.47 0 0.26
HSL 268.64º 0.4% 0.56% -
HSV(B) 268.64º 0.47% 0.74% -
XYZ 24.79 18.5 49.84 -
YUV 122.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 142 100 188 0.24 0.47 0 0.26 268.64 0.4 0.56
Hex 8E 64 BC 18 2F 0 1A 10D 28 38
Octal 216 144 274 30 57 0 32 415 50 70
Binary 10001110 1100100 10111100 11000 101111 0 11010 100001101 101000 111000

Color Harmonies of #8E64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64BC

Black with #8E64BC

Text Example


Text Example

White with #8E64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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