Html Css Color HEX #8D66BA Lilac Bush

📋 copy color: '#8D66BA'

red 141 ◦ green 102 ◦ blue 186

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

Shades of Lilac Bush #8D66BA

Tints of Lilac Bush #8D66BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.78%

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 32.87%
G = 23.78%
B = 43.36%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D66BA (or 0x8D66BA) is known color: Lilac Bush. HEX triplet: 8D, 66 and BA. RGB value is (141,102,186). Sum of RGB (Red+Green+Blue) = 141+102+186=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D66BA is #729945. Grayscale: #7A7A7A. Windows color (decimal): -7510342 or 12215949. OLE color: 12215949.

HSL color Cylindrical-coordinate representation of color #8D66BA: hue angle of 267.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D66BA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 102 186 -
CMYK 0.24 0.45 0 0.27
HSL 267.86º 0.38% 0.56% -
HSV(B) 267.86º 0.45% 0.73% -
XYZ 24.6 18.71 48.77 -
YUV 123.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 141 102 186 0.24 0.45 0 0.27 267.86 0.38 0.56
Hex 8D 66 BA 18 2D 0 1B 10C 26 38
Octal 215 146 272 30 55 0 33 414 46 70
Binary 10001101 1100110 10111010 11000 101101 0 11011 100001100 100110 111000

Color Harmonies of #8D66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D66BA

Black with #8D66BA

Text Example


Text Example

White with #8D66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,102,186); }

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

background-color css

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

 a { background-color: rgb(141,102,186); }

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

border-color css

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

 span { border-color: rgb(141,102,186); }

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