Html Css Color HEX #80138F Dark Magenta

📋 copy color: '#80138F'

red 128 ◦ green 19 ◦ blue 143

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

Shades of Dark Magenta #80138F

Tints of Dark Magenta #80138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.31%

R = 44.14%
G = 6.55%
B = 49.31%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80138F (or 0x80138F) is known color: Dark Magenta. HEX triplet: 80, 13 and 8F. RGB value is (128,19,143). Sum of RGB (Red+Green+Blue) = 128+19+143=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #80138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80138F is #7FEC70. Grayscale: #414141. Windows color (decimal): -8383601 or 9376640. OLE color: 9376640.

HSL color Cylindrical-coordinate representation of color #80138F: hue angle of 292.74º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80138F is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 19 143 -
CMYK 0.10 0.87 0 0.44
HSL 292.74º 0.77% 0.32% -
HSV(B) 292.74º 0.87% 0.56% -
XYZ 14.09 7.04 26.6 -
YUV 65.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 128 19 143 0.10 0.87 0 0.44 292.74 0.77 0.32
Hex 80 13 8F A 57 0 2C 125 4D 20
Octal 200 23 217 12 127 0 54 445 115 40
Binary 10000000 10011 10001111 1010 1010111 0 101100 100100101 1001101 100000

Color Harmonies of #80138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80138F

Black with #80138F

Text Example


Text Example

White with #80138F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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