Html Css Color HEX #8F66BA Lilac Bush

📋 copy color: '#8F66BA'

red 143 ◦ green 102 ◦ blue 186

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

Shades of Lilac Bush #8F66BA

Tints of Lilac Bush #8F66BA

RGB

 RED value IS 143 (56.25% from 255) = 33.18%

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

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

R = 33.18%
G = 23.67%
B = 43.16%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F66BA (or 0x8F66BA) is known color: Lilac Bush. HEX triplet: 8F, 66 and BA. RGB value is (143,102,186). Sum of RGB (Red+Green+Blue) = 143+102+186=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F66BA is #709945. Grayscale: #7B7B7B. Windows color (decimal): -7379270 or 12215951. OLE color: 12215951.

HSL color Cylindrical-coordinate representation of color #8F66BA: hue angle of 269.29º 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 #8F66BA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 102 186 -
CMYK 0.23 0.45 0 0.27
HSL 269.29º 0.38% 0.56% -
HSV(B) 269.29º 0.45% 0.73% -
XYZ 24.94 18.89 48.79 -
YUV 123.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 143 102 186 0.23 0.45 0 0.27 269.29 0.38 0.56
Hex 8F 66 BA 17 2D 0 1B 10D 26 38
Octal 217 146 272 27 55 0 33 415 46 70
Binary 10001111 1100110 10111010 10111 101101 0 11011 100001101 100110 111000

Color Harmonies of #8F66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F66BA

Black with #8F66BA

Text Example


Text Example

White with #8F66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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