Html Css Color HEX #8D6DBD Lilac Bush

📋 copy color: '#8D6DBD'

red 141 ◦ green 109 ◦ blue 189

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

Shades of Lilac Bush #8D6DBD

Tints of Lilac Bush #8D6DBD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.83%

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

R = 32.12%
G = 24.83%
B = 43.05%

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

#8D6DBD (or 0x8D6DBD) is known color: Lilac Bush. HEX triplet: 8D, 6D and BD. RGB value is (141,109,189). Sum of RGB (Red+Green+Blue) = 141+109+189=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DBD is #729242. Grayscale: #7F7F7F. Windows color (decimal): -7508547 or 12414349. OLE color: 12414349.

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

Color convert

RGB 141 109 189 -
CMYK 0.25 0.42 0 0.26
HSL 264º 0.38% 0.58% -
HSV(B) 264º 0.42% 0.74% -
XYZ 25.64 20.27 50.71 -
YUV 127.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 141 109 189 0.25 0.42 0 0.26 264 0.38 0.58
Hex 8D 6D BD 19 2A 0 1A 108 26 3A
Octal 215 155 275 31 52 0 32 410 46 72
Binary 10001101 1101101 10111101 11001 101010 0 11010 100001000 100110 111010

Color Harmonies of #8D6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6DBD

Black with #8D6DBD

Text Example


Text Example

White with #8D6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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