Html Css Color HEX #8F72BE Lilac Bush

📋 copy color: '#8F72BE'

red 143 ◦ green 114 ◦ blue 190

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

Shades of Lilac Bush #8F72BE

Tints of Lilac Bush #8F72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.5%

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 31.99%
G = 25.5%
B = 42.51%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F72BE (or 0x8F72BE) is known color: Lilac Bush. HEX triplet: 8F, 72 and BE. RGB value is (143,114,190). Sum of RGB (Red+Green+Blue) = 143+114+190=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F72BE is #708D41. Grayscale: #838383. Windows color (decimal): -7376194 or 12481167. OLE color: 12481167.

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

Color convert

RGB 143 114 190 -
CMYK 0.25 0.40 0 0.25
HSL 262.89º 0.37% 0.6% -
HSV(B) 262.89º 0.4% 0.75% -
XYZ 26.64 21.59 51.48 -
YUV 131.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 143 114 190 0.25 0.40 0 0.25 262.89 0.37 0.6
Hex 8F 72 BE 19 28 0 19 107 25 3C
Octal 217 162 276 31 50 0 31 407 45 74
Binary 10001111 1110010 10111110 11001 101000 0 11001 100000111 100101 111100

Color Harmonies of #8F72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F72BE

Black with #8F72BE

Text Example


Text Example

White with #8F72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,114,190); }

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

background-color css

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

 a { background-color: rgb(143,114,190); }

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

border-color css

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

 span { border-color: rgb(143,114,190); }

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