Html Css Color HEX #8F56BA Deep Lilac

📋 copy color: '#8F56BA'

red 143 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #8F56BA

Tints of Deep Lilac #8F56BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.72%

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

R = 34.46%
G = 20.72%
B = 44.82%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F56BA (or 0x8F56BA) is known color: Deep Lilac. HEX triplet: 8F, 56 and BA. RGB value is (143,86,186). Sum of RGB (Red+Green+Blue) = 143+86+186=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F56BA is #70A945. Grayscale: #727272. Windows color (decimal): -7383366 or 12211855. OLE color: 12211855.

HSL color Cylindrical-coordinate representation of color #8F56BA: hue angle of 274.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F56BA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 86 186 -
CMYK 0.23 0.54 0 0.27
HSL 274.2º 0.42% 0.53% -
HSV(B) 274.2º 0.54% 0.73% -
XYZ 23.52 16.04 48.31 -
YUV 114.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 143 86 186 0.23 0.54 0 0.27 274.2 0.42 0.53
Hex 8F 56 BA 17 36 0 1B 112 2A 35
Octal 217 126 272 27 66 0 33 422 52 65
Binary 10001111 1010110 10111010 10111 110110 0 11011 100010010 101010 110101

Color Harmonies of #8F56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F56BA

Black with #8F56BA

Text Example


Text Example

White with #8F56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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