Html Css Color HEX #800097 Dark Magenta

📋 copy color: '#800097'

red 128 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #800097

Tints of Dark Magenta #800097

RGB

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

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

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

R = 45.88%
G = 0%
B = 54.12%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#800097 (or 0x800097) is known color: Dark Magenta. HEX triplet: 80, 00 and 97. RGB value is (128,0,151). Sum of RGB (Red+Green+Blue) = 128+0+151=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #800097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800097 is #7FFF68. Grayscale: #373737. Windows color (decimal): -8388457 or 9896064. OLE color: 9896064.

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

Color convert

RGB 128 0 151 -
CMYK 0.15 1 0 0.41
HSL 290.86º 1% 0.3% -
HSV(B) 290.86º 1% 0.59% -
XYZ 14.49 6.82 29.83 -
YUV 55.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 128 0 151 0.15 1 0 0.41 290.86 1 0.3
Hex 80 0 97 F 64 0 29 123 64 1E
Octal 200 0 227 17 144 0 51 443 144 36
Binary 10000000 0 10010111 1111 1100100 0 101001 100100011 1100100 11110

Color Harmonies of #800097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800097

Black with #800097

Text Example


Text Example

White with #800097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800097; }

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

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

background-color css

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

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

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

border-color css

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

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

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