Html Css Color HEX #8D6EBD Lilac Bush

📋 copy color: '#8D6EBD'

red 141 ◦ green 110 ◦ blue 189

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

Shades of Lilac Bush #8D6EBD

Tints of Lilac Bush #8D6EBD

RGB

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

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

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

R = 32.05%
G = 25%
B = 42.95%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D6EBD (or 0x8D6EBD) is known color: Lilac Bush. HEX triplet: 8D, 6E and BD. RGB value is (141,110,189). Sum of RGB (Red+Green+Blue) = 141+110+189=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6EBD is #729142. Grayscale: #7F7F7F. Windows color (decimal): -7508291 or 12414605. OLE color: 12414605.

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

Color convert

RGB 141 110 189 -
CMYK 0.25 0.42 0 0.26
HSL 263.54º 0.37% 0.59% -
HSV(B) 263.54º 0.42% 0.74% -
XYZ 25.75 20.49 50.74 -
YUV 128.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 141 110 189 0.25 0.42 0 0.26 263.54 0.37 0.59
Hex 8D 6E BD 19 2A 0 1A 108 25 3B
Octal 215 156 275 31 52 0 32 410 45 73
Binary 10001101 1101110 10111101 11001 101010 0 11010 100001000 100101 111011

Color Harmonies of #8D6EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6EBD

Black with #8D6EBD

Text Example


Text Example

White with #8D6EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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