Html Css Color HEX #8E68BD Lilac Bush

📋 copy color: '#8E68BD'

red 142 ◦ green 104 ◦ blue 189

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

Shades of Lilac Bush #8E68BD

Tints of Lilac Bush #8E68BD

RGB

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

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

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

R = 32.64%
G = 23.91%
B = 43.45%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E68BD (or 0x8E68BD) is known color: Lilac Bush. HEX triplet: 8E, 68 and BD. RGB value is (142,104,189). Sum of RGB (Red+Green+Blue) = 142+104+189=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E68BD is #719742. Grayscale: #7C7C7C. Windows color (decimal): -7444291 or 12413070. OLE color: 12413070.

HSL color Cylindrical-coordinate representation of color #8E68BD: hue angle of 266.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E68BD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 104 189 -
CMYK 0.25 0.45 0 0.26
HSL 266.82º 0.39% 0.57% -
HSV(B) 266.82º 0.45% 0.74% -
XYZ 25.29 19.33 50.54 -
YUV 125.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 142 104 189 0.25 0.45 0 0.26 266.82 0.39 0.57
Hex 8E 68 BD 19 2D 0 1A 10B 27 39
Octal 216 150 275 31 55 0 32 413 47 71
Binary 10001110 1101000 10111101 11001 101101 0 11010 100001011 100111 111001

Color Harmonies of #8E68BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E68BD

Black with #8E68BD

Text Example


Text Example

White with #8E68BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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