Html Css Color HEX #800997 Dark Magenta

📋 copy color: '#800997'

red 128 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #800997

Tints of Dark Magenta #800997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.43%

R = 44.44%
G = 3.13%
B = 52.43%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#800997 (or 0x800997) is known color: Dark Magenta. HEX triplet: 80, 09 and 97. RGB value is (128,9,151). Sum of RGB (Red+Green+Blue) = 128+9+151=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #800997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800997 is #7FF668. Grayscale: #3C3C3C. Windows color (decimal): -8386153 or 9898368. OLE color: 9898368.

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

Color convert

RGB 128 9 151 -
CMYK 0.15 0.94 0 0.41
HSL 290.28º 0.89% 0.31% -
HSV(B) 290.28º 0.94% 0.59% -
XYZ 14.59 7.02 29.86 -
YUV 60.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 128 9 151 0.15 0.94 0 0.41 290.28 0.89 0.31
Hex 80 9 97 F 5E 0 29 122 59 1F
Octal 200 11 227 17 136 0 51 442 131 37
Binary 10000000 1001 10010111 1111 1011110 0 101001 100100010 1011001 11111

Color Harmonies of #800997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800997

Black with #800997

Text Example


Text Example

White with #800997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800997; }

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

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

background-color css

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

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

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

border-color css

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

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

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