#971099

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

Shades of Dark Magenta #971099

Tints of Dark Magenta #971099

Color information

#971099 (or 0x971099) is unknown color: approx Dark Magenta. HEX triplet: 97, 10 and 99. RGB value is (151,16,153). Sum of RGB (Red+Green+Blue) = 151+16+153=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #971099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971099 is #68EF66. Grayscale: #474747. Windows color (decimal): -6877031 or 10031255. OLE color: 10031255.

HSL color Cylindrical-coordinate representation of color #971099: hue angle of 299.12º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #971099 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15116153-
CMYK0.010.9000.4
HSL299.12º81.07%33.14%-
HSV(B)299.12º89.54%60%-
XYZ18.79.2530.94-
YUV71.98173.73184.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 16 (6.64% from 255) = 5%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=47.19%
G=5%
B=47.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151161530.010.9000.4299.1281.0733.14
Hex97109915A02812b5121
Octal22720231113205045312141
Binary1001011110000100110011101101001010001001010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971099; }

 p { color: rgb(151,16,153); }

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

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

 a { background-color: rgb(151,16,153); }

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

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

 span { border-color: rgb(151,16,153); }

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