Html Css Color HEX #8D018A Dark Magenta

📋 copy color: '#8D018A'

red 141 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #8D018A

Tints of Dark Magenta #8D018A

RGB

 RED value IS 141 (55.47% from 255) = 50.36%

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 138 (54.3% from 255) = 49.29%

R = 50.36%
G = 0.36%
B = 49.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D018A (or 0x8D018A) is known color: Dark Magenta. HEX triplet: 8D, 01 and 8A. RGB value is (141,1,138). Sum of RGB (Red+Green+Blue) = 141+1+138=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D018A is #72FE75. Grayscale: #3A3A3A. Windows color (decimal): -7536246 or 9044365. OLE color: 9044365.

HSL color Cylindrical-coordinate representation of color #8D018A: hue angle of 301.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D018A is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 1 138 -
CMYK 0 0.99 0.02 0.45
HSL 301.29º 0.99% 0.28% -
HSV(B) 301.29º 0.99% 0.55% -
XYZ 15.58 7.52 24.67 -
YUV 58.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 141 1 138 0 0.99 0.02 0.45 301.29 0.99 0.28
Hex 8D 1 8A 0 63 2 2D 12D 63 1C
Octal 215 1 212 0 143 2 55 455 143 34
Binary 10001101 1 10001010 0 1100011 10 101101 100101101 1100011 11100

Color Harmonies of #8D018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D018A

Black with #8D018A

Text Example


Text Example

White with #8D018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,138); }

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

background-color css

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

 a { background-color: rgb(141,1,138); }

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

border-color css

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

 span { border-color: rgb(141,1,138); }

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