Html Css Color HEX #8F16AD Dark Magenta

📋 copy color: '#8F16AD'

red 143 ◦ green 22 ◦ blue 173

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

Shades of Dark Magenta #8F16AD

Tints of Dark Magenta #8F16AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.51%

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 42.31%
G = 6.51%
B = 51.18%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F16AD (or 0x8F16AD) is known color: Dark Magenta. HEX triplet: 8F, 16 and AD. RGB value is (143,22,173). Sum of RGB (Red+Green+Blue) = 143+22+173=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F16AD is #70E952. Grayscale: #4A4A4A. Windows color (decimal): -7399763 or 11343503. OLE color: 11343503.

HSL color Cylindrical-coordinate representation of color #8F16AD: hue angle of 288.08º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F16AD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 22 173 -
CMYK 0.17 0.87 0 0.32
HSL 288.08º 0.77% 0.38% -
HSV(B) 288.08º 0.87% 0.68% -
XYZ 19.16 9.43 40.35 -
YUV 75.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 143 22 173 0.17 0.87 0 0.32 288.08 0.77 0.38
Hex 8F 16 AD 11 57 0 20 120 4D 26
Octal 217 26 255 21 127 0 40 440 115 46
Binary 10001111 10110 10101101 10001 1010111 0 100000 100100000 1001101 100110

Color Harmonies of #8F16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F16AD

Black with #8F16AD

Text Example


Text Example

White with #8F16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,22,173); }

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

background-color css

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

 a { background-color: rgb(143,22,173); }

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

border-color css

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

 span { border-color: rgb(143,22,173); }

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