Html Css Color HEX #800995 Dark Magenta

📋 copy color: '#800995'

red 128 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #800995

Tints of Dark Magenta #800995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 44.76%
G = 3.15%
B = 52.1%

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

#800995 (or 0x800995) is known color: Dark Magenta. HEX triplet: 80, 09 and 95. RGB value is (128,9,149). Sum of RGB (Red+Green+Blue) = 128+9+149=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #800995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800995 is #7FF66A. Grayscale: #3C3C3C. Windows color (decimal): -8386155 or 9767296. OLE color: 9767296.

HSL color Cylindrical-coordinate representation of color #800995: hue angle of 291º 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 #800995 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 9 149 -
CMYK 0.14 0.94 0 0.42
HSL 291º 0.89% 0.31% -
HSV(B) 291º 0.94% 0.58% -
XYZ 14.42 6.95 29.02 -
YUV 60.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 128 9 149 0.14 0.94 0 0.42 291 0.89 0.31
Hex 80 9 95 E 5E 0 2A 123 59 1F
Octal 200 11 225 16 136 0 52 443 131 37
Binary 10000000 1001 10010101 1110 1011110 0 101010 100100011 1011001 11111

Color Harmonies of #800995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800995

Black with #800995

Text Example


Text Example

White with #800995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800995; }

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

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

background-color css

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

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

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

border-color css

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

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

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