Html Css Color HEX #8E64C1 Lilac Bush

📋 copy color: '#8E64C1'

red 142 ◦ green 100 ◦ blue 193

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

Shades of Lilac Bush #8E64C1

Tints of Lilac Bush #8E64C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 32.64%
G = 22.99%
B = 44.37%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8E64C1 (or 0x8E64C1) is known color: Lilac Bush. HEX triplet: 8E, 64 and C1. RGB value is (142,100,193). Sum of RGB (Red+Green+Blue) = 142+100+193=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E64C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64C1 is #719B3E. Grayscale: #7A7A7A. Windows color (decimal): -7445311 or 12674190. OLE color: 12674190.

HSL color Cylindrical-coordinate representation of color #8E64C1: hue angle of 267.1º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E64C1 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 100 193 -
CMYK 0.26 0.48 0 0.24
HSL 267.1º 0.43% 0.57% -
HSV(B) 267.1º 0.48% 0.76% -
XYZ 25.34 18.72 52.73 -
YUV 123.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 142 100 193 0.26 0.48 0 0.24 267.1 0.43 0.57
Hex 8E 64 C1 1A 30 0 18 10B 2B 39
Octal 216 144 301 32 60 0 30 413 53 71
Binary 10001110 1100100 11000001 11010 110000 0 11000 100001011 101011 111001

Color Harmonies of #8E64C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64C1

Black with #8E64C1

Text Example


Text Example

White with #8E64C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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