Html Css Color HEX #8D028D Dark Magenta

📋 copy color: '#8D028D'

red 141 ◦ green 2 ◦ blue 141

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

Shades of Dark Magenta #8D028D

Tints of Dark Magenta #8D028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 49.65%
G = 0.7%
B = 49.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D028D (or 0x8D028D) is known color: Dark Magenta. HEX triplet: 8D, 02 and 8D. RGB value is (141,2,141). Sum of RGB (Red+Green+Blue) = 141+2+141=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D028D is #72FD72. Grayscale: #3A3A3A. Windows color (decimal): -7535987 or 9241229. OLE color: 9241229.

HSL color Cylindrical-coordinate representation of color #8D028D: hue angle of 300º degrees, saturation: 0.97, 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 #8D028D is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 2 141 -
CMYK 0 0.99 0 0.45
HSL 300º 0.97% 0.28% -
HSV(B) 300º 0.99% 0.55% -
XYZ 15.81 7.63 25.84 -
YUV 59.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 141 2 141 0 0.99 0 0.45 300 0.97 0.28
Hex 8D 2 8D 0 63 0 2D 12C 61 1C
Octal 215 2 215 0 143 0 55 454 141 34
Binary 10001101 10 10001101 0 1100011 0 101101 100101100 1100001 11100

Color Harmonies of #8D028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D028D

Black with #8D028D

Text Example


Text Example

White with #8D028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,2,141); }

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

background-color css

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

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

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

border-color css

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

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

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