Html Css Color HEX #80098B Dark Magenta

📋 copy color: '#80098B'

red 128 ◦ green 9 ◦ blue 139

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

Shades of Dark Magenta #80098B

Tints of Dark Magenta #80098B

RGB

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

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

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

R = 46.38%
G = 3.26%
B = 50.36%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80098B (or 0x80098B) is known color: Dark Magenta. HEX triplet: 80, 09 and 8B. RGB value is (128,9,139). Sum of RGB (Red+Green+Blue) = 128+9+139=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #80098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80098B is #7FF674. Grayscale: #3B3B3B. Windows color (decimal): -8386165 or 9111936. OLE color: 9111936.

HSL color Cylindrical-coordinate representation of color #80098B: hue angle of 294.92º 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 #80098B is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 9 139 -
CMYK 0.08 0.94 0 0.45
HSL 294.92º 0.88% 0.29% -
HSV(B) 294.92º 0.94% 0.55% -
XYZ 13.66 6.65 24.99 -
YUV 59.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 128 9 139 0.08 0.94 0 0.45 294.92 0.88 0.29
Hex 80 9 8B 8 5E 0 2D 127 58 1D
Octal 200 11 213 10 136 0 55 447 130 35
Binary 10000000 1001 10001011 1000 1011110 0 101101 100100111 1011000 11101

Color Harmonies of #80098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80098B

Black with #80098B

Text Example


Text Example

White with #80098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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