Html Css Color HEX #80129F Dark Magenta

📋 copy color: '#80129F'

red 128 ◦ green 18 ◦ blue 159

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

Shades of Dark Magenta #80129F

Tints of Dark Magenta #80129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

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

R = 41.97%
G = 5.9%
B = 52.13%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80129F (or 0x80129F) is known color: Dark Magenta. HEX triplet: 80, 12 and 9F. RGB value is (128,18,159). Sum of RGB (Red+Green+Blue) = 128+18+159=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #80129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80129F is #7FED60. Grayscale: #424242. Windows color (decimal): -8383841 or 10424960. OLE color: 10424960.

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

Color convert

RGB 128 18 159 -
CMYK 0.19 0.89 0 0.38
HSL 286.81º 0.8% 0.35% -
HSV(B) 286.81º 0.89% 0.62% -
XYZ 15.38 7.53 33.44 -
YUV 66.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 128 18 159 0.19 0.89 0 0.38 286.81 0.8 0.35
Hex 80 12 9F 13 59 0 26 11F 50 23
Octal 200 22 237 23 131 0 46 437 120 43
Binary 10000000 10010 10011111 10011 1011001 0 100110 100011111 1010000 100011

Color Harmonies of #80129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80129F

Black with #80129F

Text Example


Text Example

White with #80129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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