Html Css Color HEX #80139D Dark Magenta

📋 copy color: '#80139D'

red 128 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #80139D

Tints of Dark Magenta #80139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 157 (61.72% from 255) = 51.64%

R = 42.11%
G = 6.25%
B = 51.64%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80139D (or 0x80139D) is known color: Dark Magenta. HEX triplet: 80, 13 and 9D. RGB value is (128,19,157). Sum of RGB (Red+Green+Blue) = 128+19+157=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #80139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80139D is #7FEC62. Grayscale: #424242. Windows color (decimal): -8383587 or 10294144. OLE color: 10294144.

HSL color Cylindrical-coordinate representation of color #80139D: hue angle of 287.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80139D is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 19 157 -
CMYK 0.18 0.88 0 0.38
HSL 287.39º 0.78% 0.35% -
HSV(B) 287.39º 0.88% 0.62% -
XYZ 15.22 7.49 32.54 -
YUV 67.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 128 19 157 0.18 0.88 0 0.38 287.39 0.78 0.35
Hex 80 13 9D 12 58 0 26 11F 4E 23
Octal 200 23 235 22 130 0 46 437 116 43
Binary 10000000 10011 10011101 10010 1011000 0 100110 100011111 1001110 100011

Color Harmonies of #80139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80139D

Black with #80139D

Text Example


Text Example

White with #80139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,19,157); }

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

background-color css

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

 a { background-color: rgb(128,19,157); }

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

border-color css

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

 span { border-color: rgb(128,19,157); }

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