Html Css Color HEX #8D6BC0 Lilac Bush

📋 copy color: '#8D6BC0'

red 141 ◦ green 107 ◦ blue 192

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

Shades of Lilac Bush #8D6BC0

Tints of Lilac Bush #8D6BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 32.05%
G = 24.32%
B = 43.64%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D6BC0 (or 0x8D6BC0) is known color: Lilac Bush. HEX triplet: 8D, 6B and C0. RGB value is (141,107,192). Sum of RGB (Red+Green+Blue) = 141+107+192=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BC0 is #72943F. Grayscale: #7E7E7E. Windows color (decimal): -7509056 or 12610445. OLE color: 12610445.

HSL color Cylindrical-coordinate representation of color #8D6BC0: hue angle of 264º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D6BC0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 107 192 -
CMYK 0.27 0.44 0 0.25
HSL 264º 0.4% 0.59% -
HSV(B) 264º 0.44% 0.75% -
XYZ 25.76 19.98 52.37 -
YUV 126.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 141 107 192 0.27 0.44 0 0.25 264 0.4 0.59
Hex 8D 6B C0 1B 2C 0 19 108 28 3B
Octal 215 153 300 33 54 0 31 410 50 73
Binary 10001101 1101011 11000000 11011 101100 0 11001 100001000 101000 111011

Color Harmonies of #8D6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6BC0

Black with #8D6BC0

Text Example


Text Example

White with #8D6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,107,192); }

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

background-color css

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

 a { background-color: rgb(141,107,192); }

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

border-color css

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

 span { border-color: rgb(141,107,192); }

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