#800F97

Color #800F97 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #800F97

Tints of Dark Magenta #800F97

Color information

#800F97 (or 0x800F97) is unknown color: approx Dark Magenta. HEX triplet: 80, 0F and 97. RGB value is (128,15,151). Sum of RGB (Red+Green+Blue) = 128+15+151=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #800F97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F97 is #7FF068. Grayscale: #3F3F3F. Windows color (decimal): -8384617 or 9899904. OLE color: 9899904.

HSL color Cylindrical-coordinate representation of color #800F97: hue angle of 289.85º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800F97 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12815151-
CMYK0.150.9000.41
HSL289.85º81.93%32.55%-
HSV(B)289.85º90.07%59.22%-
XYZ14.667.1729.89-
YUV64.29176.94173.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 15 (6.25% from 255) = 5.10%
BLUE value IS 151 (59.38% from 255) = 51.36%
R=43.54%
G=5.10%
B=51.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128151510.150.9000.41289.8581.9332.55
Hex80F97F5A0291225221
Octal200172271713205144212241
Binary100000001111100101111111101101001010011001000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800F97; }

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

 H1.HeaderClassName
 {
   color: #800F97;
 }
 .AnyTagClassName
 {
   color: #800F97;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #800F97;
 }
 .BgClassName
 {
   background-color: #800F97;
 }
</style>
border-color css

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

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

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