Html Css Color HEX #8D028B Dark Magenta

📋 copy color: '#8D028B'

red 141 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #8D028B

Tints of Dark Magenta #8D028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 50%
G = 0.71%
B = 49.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D028B (or 0x8D028B) is known color: Dark Magenta. HEX triplet: 8D, 02 and 8B. RGB value is (141,2,139). Sum of RGB (Red+Green+Blue) = 141+2+139=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D028B is #72FD74. Grayscale: #3A3A3A. Windows color (decimal): -7535989 or 9110157. OLE color: 9110157.

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

Color convert

RGB 141 2 139 -
CMYK 0 0.99 0.01 0.45
HSL 300.86º 0.97% 0.28% -
HSV(B) 300.86º 0.99% 0.55% -
XYZ 15.67 7.57 25.06 -
YUV 59.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 141 2 139 0 0.99 0.01 0.45 300.86 0.97 0.28
Hex 8D 2 8B 0 63 1 2D 12D 61 1C
Octal 215 2 213 0 143 1 55 455 141 34
Binary 10001101 10 10001011 0 1100011 1 101101 100101101 1100001 11100

Color Harmonies of #8D028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D028B

Black with #8D028B

Text Example


Text Example

White with #8D028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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