Html Css Color HEX #8E70BD Lilac Bush

📋 copy color: '#8E70BD'

red 142 ◦ green 112 ◦ blue 189

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

Shades of Lilac Bush #8E70BD

Tints of Lilac Bush #8E70BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

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

R = 32.05%
G = 25.28%
B = 42.66%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E70BD (or 0x8E70BD) is known color: Lilac Bush. HEX triplet: 8E, 70 and BD. RGB value is (142,112,189). Sum of RGB (Red+Green+Blue) = 142+112+189=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E70BD is #718F42. Grayscale: #818181. Windows color (decimal): -7442243 or 12415118. OLE color: 12415118.

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

Color convert

RGB 142 112 189 -
CMYK 0.25 0.41 0 0.26
HSL 263.38º 0.37% 0.59% -
HSV(B) 263.38º 0.41% 0.74% -
XYZ 26.13 21.01 50.82 -
YUV 129.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 142 112 189 0.25 0.41 0 0.26 263.38 0.37 0.59
Hex 8E 70 BD 19 29 0 1A 107 25 3B
Octal 216 160 275 31 51 0 32 407 45 73
Binary 10001110 1110000 10111101 11001 101001 0 11010 100000111 100101 111011

Color Harmonies of #8E70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E70BD

Black with #8E70BD

Text Example


Text Example

White with #8E70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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