Html Css Color HEX #80008F Dark Magenta

📋 copy color: '#80008F'

red 128 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #80008F

Tints of Dark Magenta #80008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.23%
G = 0%
B = 52.77%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80008F (or 0x80008F) is known color: Dark Magenta. HEX triplet: 80, 00 and 8F. RGB value is (128,0,143). Sum of RGB (Red+Green+Blue) = 128+0+143=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #80008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80008F is #7FFF70. Grayscale: #363636. Windows color (decimal): -8388465 or 9371776. OLE color: 9371776.

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

Color convert

RGB 128 0 143 -
CMYK 0.10 1 0 0.44
HSL 293.71º 1% 0.28% -
HSV(B) 293.71º 1% 0.56% -
XYZ 13.86 6.57 26.52 -
YUV 54.57 177.91 180.37 -
System Red Green Blue C M Y K H S L
Decimal 128 0 143 0.10 1 0 0.44 293.71 1 0.28
Hex 80 0 8F A 64 0 2C 126 64 1C
Octal 200 0 217 12 144 0 54 446 144 34
Binary 10000000 0 10001111 1010 1100100 0 101100 100100110 1100100 11100

Color Harmonies of #80008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80008F

Black with #80008F

Text Example


Text Example

White with #80008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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