Html Css Color HEX #800994 Dark Magenta

📋 copy color: '#800994'

red 128 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #800994

Tints of Dark Magenta #800994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 44.91%
G = 3.16%
B = 51.93%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#800994 (or 0x800994) is known color: Dark Magenta. HEX triplet: 80, 09 and 94. RGB value is (128,9,148). Sum of RGB (Red+Green+Blue) = 128+9+148=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #800994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800994 is #7FF66B. Grayscale: #3B3B3B. Windows color (decimal): -8386156 or 9701760. OLE color: 9701760.

HSL color Cylindrical-coordinate representation of color #800994: hue angle of 291.37º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800994 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 9 148 -
CMYK 0.14 0.94 0 0.42
HSL 291.37º 0.89% 0.31% -
HSV(B) 291.37º 0.94% 0.58% -
XYZ 14.35 6.92 28.6 -
YUV 60.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 128 9 148 0.14 0.94 0 0.42 291.37 0.89 0.31
Hex 80 9 94 E 5E 0 2A 123 59 1F
Octal 200 11 224 16 136 0 52 443 131 37
Binary 10000000 1001 10010100 1110 1011110 0 101010 100100011 1011001 11111

Color Harmonies of #800994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800994

Black with #800994

Text Example


Text Example

White with #800994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800994; }

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

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

background-color css

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

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

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

border-color css

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

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

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