Html Css Color HEX #8D6EBC Lilac Bush

📋 copy color: '#8D6EBC'

red 141 ◦ green 110 ◦ blue 188

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

Shades of Lilac Bush #8D6EBC

Tints of Lilac Bush #8D6EBC

RGB

 RED value IS 141 (55.47% from 255) = 32.12%

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 32.12%
G = 25.06%
B = 42.82%

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

#8D6EBC (or 0x8D6EBC) is known color: Lilac Bush. HEX triplet: 8D, 6E and BC. RGB value is (141,110,188). Sum of RGB (Red+Green+Blue) = 141+110+188=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D6EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6EBC is #729143. Grayscale: #7F7F7F. Windows color (decimal): -7508292 or 12349069. OLE color: 12349069.

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

Color convert

RGB 141 110 188 -
CMYK 0.25 0.41 0 0.26
HSL 263.85º 0.37% 0.58% -
HSV(B) 263.85º 0.41% 0.74% -
XYZ 25.64 20.45 50.17 -
YUV 128.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 141 110 188 0.25 0.41 0 0.26 263.85 0.37 0.58
Hex 8D 6E BC 19 29 0 1A 108 25 3A
Octal 215 156 274 31 51 0 32 410 45 72
Binary 10001101 1101110 10111100 11001 101001 0 11010 100001000 100101 111010

Color Harmonies of #8D6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6EBC

Black with #8D6EBC

Text Example


Text Example

White with #8D6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,188); }

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

background-color css

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

 a { background-color: rgb(141,110,188); }

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

border-color css

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

 span { border-color: rgb(141,110,188); }

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