Html Css Color HEX #80019F Dark Magenta

📋 copy color: '#80019F'

red 128 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #80019F

Tints of Dark Magenta #80019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 44.44%
G = 0.35%
B = 55.21%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80019F (or 0x80019F) is known color: Dark Magenta. HEX triplet: 80, 01 and 9F. RGB value is (128,1,159). Sum of RGB (Red+Green+Blue) = 128+1+159=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #80019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80019F is #7FFE60. Grayscale: #383838. Windows color (decimal): -8388193 or 10420608. OLE color: 10420608.

HSL color Cylindrical-coordinate representation of color #80019F: hue angle of 288.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80019F is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 1 159 -
CMYK 0.19 0.99 0 0.38
HSL 288.23º 0.99% 0.31% -
HSV(B) 288.23º 0.99% 0.62% -
XYZ 15.17 7.11 33.37 -
YUV 56.99 185.58 178.65 -
System Red Green Blue C M Y K H S L
Decimal 128 1 159 0.19 0.99 0 0.38 288.23 0.99 0.31
Hex 80 1 9F 13 63 0 26 120 63 1F
Octal 200 1 237 23 143 0 46 440 143 37
Binary 10000000 1 10011111 10011 1100011 0 100110 100100000 1100011 11111

Color Harmonies of #80019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80019F

Black with #80019F

Text Example


Text Example

White with #80019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80019F; }

 p { color: rgb(128,1,159); }

 H1.HeaderClassName
 {
   color: #80019F;
 }
 .AnyTagClassName
 {
   color: #80019F;
 }
</style>

background-color css

<style>
 a { background-color: #80019F; }

 a { background-color: rgb(128,1,159); }

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

border-color css

<style>
 span { border-color: #80019F; }

 span { border-color: rgb(128,1,159); }

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