Html Css Color HEX #80198D Dark Magenta

📋 copy color: '#80198D'

red 128 ◦ green 25 ◦ blue 141

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

Shades of Dark Magenta #80198D

Tints of Dark Magenta #80198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

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

R = 43.54%
G = 8.5%
B = 47.96%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80198D (or 0x80198D) is known color: Dark Magenta. HEX triplet: 80, 19 and 8D. RGB value is (128,25,141). Sum of RGB (Red+Green+Blue) = 128+25+141=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #80198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80198D is #7FE672. Grayscale: #444444. Windows color (decimal): -8382067 or 9247104. OLE color: 9247104.

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

Color convert

RGB 128 25 141 -
CMYK 0.09 0.82 0 0.45
HSL 293.28º 0.7% 0.33% -
HSV(B) 293.28º 0.82% 0.55% -
XYZ 14.06 7.21 25.85 -
YUV 69.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 128 25 141 0.09 0.82 0 0.45 293.28 0.7 0.33
Hex 80 19 8D 9 52 0 2D 125 46 21
Octal 200 31 215 11 122 0 55 445 106 41
Binary 10000000 11001 10001101 1001 1010010 0 101101 100100101 1000110 100001

Color Harmonies of #80198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80198D

Black with #80198D

Text Example


Text Example

White with #80198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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