Html Css Color HEX #8D6CC1 Lilac Bush

📋 copy color: '#8D6CC1'

red 141 ◦ green 108 ◦ blue 193

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

Shades of Lilac Bush #8D6CC1

Tints of Lilac Bush #8D6CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.43%

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 31.9%
G = 24.43%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8D6CC1 (or 0x8D6CC1) is known color: Lilac Bush. HEX triplet: 8D, 6C and C1. RGB value is (141,108,193). Sum of RGB (Red+Green+Blue) = 141+108+193=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CC1 is #72933E. Grayscale: #7F7F7F. Windows color (decimal): -7508799 or 12676237. OLE color: 12676237.

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

Color convert

RGB 141 108 193 -
CMYK 0.27 0.44 0 0.24
HSL 263.29º 0.41% 0.59% -
HSV(B) 263.29º 0.44% 0.76% -
XYZ 25.97 20.24 52.99 -
YUV 127.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 141 108 193 0.27 0.44 0 0.24 263.29 0.41 0.59
Hex 8D 6C C1 1B 2C 0 18 107 29 3B
Octal 215 154 301 33 54 0 30 407 51 73
Binary 10001101 1101100 11000001 11011 101100 0 11000 100000111 101001 111011

Color Harmonies of #8D6CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6CC1

Black with #8D6CC1

Text Example


Text Example

White with #8D6CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,108,193); }

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

background-color css

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

 a { background-color: rgb(141,108,193); }

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

border-color css

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

 span { border-color: rgb(141,108,193); }

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