Html Css Color HEX #80038E Dark Magenta

📋 copy color: '#80038E'

red 128 ◦ green 3 ◦ blue 142

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

Shades of Dark Magenta #80038E

Tints of Dark Magenta #80038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 46.89%
G = 1.1%
B = 52.01%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80038E (or 0x80038E) is known color: Dark Magenta. HEX triplet: 80, 03 and 8E. RGB value is (128,3,142). Sum of RGB (Red+Green+Blue) = 128+3+142=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #80038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80038E is #7FFC71. Grayscale: #373737. Windows color (decimal): -8387698 or 9307008. OLE color: 9307008.

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

Color convert

RGB 128 3 142 -
CMYK 0.10 0.98 0 0.44
HSL 293.96º 0.96% 0.28% -
HSV(B) 293.96º 0.98% 0.56% -
XYZ 13.82 6.61 26.14 -
YUV 56.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 128 3 142 0.10 0.98 0 0.44 293.96 0.96 0.28
Hex 80 3 8E A 62 0 2C 126 60 1C
Octal 200 3 216 12 142 0 54 446 140 34
Binary 10000000 11 10001110 1010 1100010 0 101100 100100110 1100000 11100

Color Harmonies of #80038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80038E

Black with #80038E

Text Example


Text Example

White with #80038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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