Html Css Color HEX #80099F Dark Magenta

📋 copy color: '#80099F'

red 128 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #80099F

Tints of Dark Magenta #80099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

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

R = 43.24%
G = 3.04%
B = 53.72%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80099F (or 0x80099F) is known color: Dark Magenta. HEX triplet: 80, 09 and 9F. RGB value is (128,9,159). Sum of RGB (Red+Green+Blue) = 128+9+159=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #80099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80099F is #7FF660. Grayscale: #3D3D3D. Windows color (decimal): -8386145 or 10422656. OLE color: 10422656.

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

Color convert

RGB 128 9 159 -
CMYK 0.19 0.94 0 0.38
HSL 287.6º 0.89% 0.33% -
HSV(B) 287.6º 0.94% 0.62% -
XYZ 15.26 7.29 33.4 -
YUV 61.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 128 9 159 0.19 0.94 0 0.38 287.6 0.89 0.33
Hex 80 9 9F 13 5E 0 26 120 59 21
Octal 200 11 237 23 136 0 46 440 131 41
Binary 10000000 1001 10011111 10011 1011110 0 100110 100100000 1011001 100001

Color Harmonies of #80099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80099F

Black with #80099F

Text Example


Text Example

White with #80099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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