Html Css Color HEX #8E68BE Lilac Bush

📋 copy color: '#8E68BE'

red 142 ◦ green 104 ◦ blue 190

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

Shades of Lilac Bush #8E68BE

Tints of Lilac Bush #8E68BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.85%

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

R = 32.57%
G = 23.85%
B = 43.58%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E68BE (or 0x8E68BE) is known color: Lilac Bush. HEX triplet: 8E, 68 and BE. RGB value is (142,104,190). Sum of RGB (Red+Green+Blue) = 142+104+190=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E68BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E68BE is #719741. Grayscale: #7C7C7C. Windows color (decimal): -7444290 or 12478606. OLE color: 12478606.

HSL color Cylindrical-coordinate representation of color #8E68BE: hue angle of 266.51º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E68BE is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 104 190 -
CMYK 0.25 0.45 0 0.25
HSL 266.51º 0.4% 0.58% -
HSV(B) 266.51º 0.45% 0.75% -
XYZ 25.4 19.37 51.12 -
YUV 125.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 142 104 190 0.25 0.45 0 0.25 266.51 0.4 0.58
Hex 8E 68 BE 19 2D 0 19 10B 28 3A
Octal 216 150 276 31 55 0 31 413 50 72
Binary 10001110 1101000 10111110 11001 101101 0 11001 100001011 101000 111010

Color Harmonies of #8E68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E68BE

Black with #8E68BE

Text Example


Text Example

White with #8E68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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