Html Css Color HEX #8E6BBA Lilac Bush

📋 copy color: '#8E6BBA'

red 142 ◦ green 107 ◦ blue 186

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

Shades of Lilac Bush #8E6BBA

Tints of Lilac Bush #8E6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 32.64%
G = 24.6%
B = 42.76%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E6BBA (or 0x8E6BBA) is known color: Lilac Bush. HEX triplet: 8E, 6B and BA. RGB value is (142,107,186). Sum of RGB (Red+Green+Blue) = 142+107+186=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6BBA is #719445. Grayscale: #7E7E7E. Windows color (decimal): -7443526 or 12217230. OLE color: 12217230.

HSL color Cylindrical-coordinate representation of color #8E6BBA: hue angle of 266.58º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E6BBA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 107 186 -
CMYK 0.24 0.42 0 0.27
HSL 266.58º 0.36% 0.57% -
HSV(B) 266.58º 0.42% 0.73% -
XYZ 25.28 19.81 48.95 -
YUV 126.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 142 107 186 0.24 0.42 0 0.27 266.58 0.36 0.57
Hex 8E 6B BA 18 2A 0 1B 10B 24 39
Octal 216 153 272 30 52 0 33 413 44 71
Binary 10001110 1101011 10111010 11000 101010 0 11011 100001011 100100 111001

Color Harmonies of #8E6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6BBA

Black with #8E6BBA

Text Example


Text Example

White with #8E6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,107,186); }

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

background-color css

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

 a { background-color: rgb(142,107,186); }

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

border-color css

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

 span { border-color: rgb(142,107,186); }

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