Html Css Color HEX #8E6BBD Lilac Bush

📋 copy color: '#8E6BBD'

red 142 ◦ green 107 ◦ blue 189

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

Shades of Lilac Bush #8E6BBD

Tints of Lilac Bush #8E6BBD

RGB

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

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

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

R = 32.42%
G = 24.43%
B = 43.15%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E6BBD (or 0x8E6BBD) is known color: Lilac Bush. HEX triplet: 8E, 6B and BD. RGB value is (142,107,189). Sum of RGB (Red+Green+Blue) = 142+107+189=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E6BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6BBD is #719442. Grayscale: #7E7E7E. Windows color (decimal): -7443523 or 12413838. OLE color: 12413838.

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

Color convert

RGB 142 107 189 -
CMYK 0.25 0.43 0 0.26
HSL 265.61º 0.38% 0.58% -
HSV(B) 265.61º 0.43% 0.74% -
XYZ 25.6 19.94 50.64 -
YUV 126.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 142 107 189 0.25 0.43 0 0.26 265.61 0.38 0.58
Hex 8E 6B BD 19 2B 0 1A 10A 26 3A
Octal 216 153 275 31 53 0 32 412 46 72
Binary 10001110 1101011 10111101 11001 101011 0 11010 100001010 100110 111010

Color Harmonies of #8E6BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6BBD

Black with #8E6BBD

Text Example


Text Example

White with #8E6BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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