Html Css Color HEX #80098D Dark Magenta

📋 copy color: '#80098D'

red 128 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #80098D

Tints of Dark Magenta #80098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

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

R = 46.04%
G = 3.24%
B = 50.72%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80098D (or 0x80098D) is known color: Dark Magenta. HEX triplet: 80, 09 and 8D. RGB value is (128,9,141). Sum of RGB (Red+Green+Blue) = 128+9+141=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #80098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80098D is #7FF672. Grayscale: #3B3B3B. Windows color (decimal): -8386163 or 9243008. OLE color: 9243008.

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

Color convert

RGB 128 9 141 -
CMYK 0.09 0.94 0 0.45
HSL 294.09º 0.88% 0.29% -
HSV(B) 294.09º 0.94% 0.55% -
XYZ 13.81 6.71 25.77 -
YUV 59.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 128 9 141 0.09 0.94 0 0.45 294.09 0.88 0.29
Hex 80 9 8D 9 5E 0 2D 126 58 1D
Octal 200 11 215 11 136 0 55 446 130 35
Binary 10000000 1001 10001101 1001 1011110 0 101101 100100110 1011000 11101

Color Harmonies of #80098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80098D

Black with #80098D

Text Example


Text Example

White with #80098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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