Html Css Color HEX #8E16AD Dark Magenta

📋 copy color: '#8E16AD'

red 142 ◦ green 22 ◦ blue 173

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

Shades of Dark Magenta #8E16AD

Tints of Dark Magenta #8E16AD

RGB

 RED value IS 142 (55.86% from 255) = 42.14%

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

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

R = 42.14%
G = 6.53%
B = 51.34%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E16AD (or 0x8E16AD) is known color: Dark Magenta. HEX triplet: 8E, 16 and AD. RGB value is (142,22,173). Sum of RGB (Red+Green+Blue) = 142+22+173=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E16AD is #71E952. Grayscale: #4A4A4A. Windows color (decimal): -7465299 or 11343502. OLE color: 11343502.

HSL color Cylindrical-coordinate representation of color #8E16AD: hue angle of 287.68º 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 #8E16AD is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 22 173 -
CMYK 0.18 0.87 0 0.32
HSL 287.68º 0.77% 0.38% -
HSV(B) 287.68º 0.87% 0.68% -
XYZ 18.99 9.34 40.34 -
YUV 75.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 142 22 173 0.18 0.87 0 0.32 287.68 0.77 0.38
Hex 8E 16 AD 12 57 0 20 120 4D 26
Octal 216 26 255 22 127 0 40 440 115 46
Binary 10001110 10110 10101101 10010 1010111 0 100000 100100000 1001101 100110

Color Harmonies of #8E16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E16AD

Black with #8E16AD

Text Example


Text Example

White with #8E16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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