Html Css Color HEX #80038D Dark Magenta

📋 copy color: '#80038D'

red 128 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #80038D

Tints of Dark Magenta #80038D

RGB

 RED value IS 128 (50.39% from 255) = 47.06%

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 47.06%
G = 1.1%
B = 51.84%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80038D (or 0x80038D) is known color: Dark Magenta. HEX triplet: 80, 03 and 8D. RGB value is (128,3,141). Sum of RGB (Red+Green+Blue) = 128+3+141=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #80038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80038D is #7FFC72. Grayscale: #373737. Windows color (decimal): -8387699 or 9241472. OLE color: 9241472.

HSL color Cylindrical-coordinate representation of color #80038D: hue angle of 294.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80038D is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 3 141 -
CMYK 0.09 0.98 0 0.45
HSL 294.35º 0.96% 0.28% -
HSV(B) 294.35º 0.98% 0.55% -
XYZ 13.74 6.58 25.74 -
YUV 56.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 128 3 141 0.09 0.98 0 0.45 294.35 0.96 0.28
Hex 80 3 8D 9 62 0 2D 126 60 1C
Octal 200 3 215 11 142 0 55 446 140 34
Binary 10000000 11 10001101 1001 1100010 0 101101 100100110 1100000 11100

Color Harmonies of #80038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80038D

Black with #80038D

Text Example


Text Example

White with #80038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80038D; }

 p { color: rgb(128,3,141); }

 H1.HeaderClassName
 {
   color: #80038D;
 }
 .AnyTagClassName
 {
   color: #80038D;
 }
</style>

background-color css

<style>
 a { background-color: #80038D; }

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

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

border-color css

<style>
 span { border-color: #80038D; }

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

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