#9F0297

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

Shades of Dark Magenta #9F0297

Tints of Dark Magenta #9F0297

Color information

#9F0297 (or 0x9F0297) is unknown color: approx Dark Magenta. HEX triplet: 9F, 02 and 97. RGB value is (159,2,151). Sum of RGB (Red+Green+Blue) = 159+2+151=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0297 is #60FD68. Grayscale: #414141. Windows color (decimal): -6356329 or 9896607. OLE color: 9896607.

HSL color Cylindrical-coordinate representation of color #9F0297: hue angle of 303.06º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0297 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB1592151-
CMYK00.990.050.38
HSL303.06º97.52%31.57%-
HSV(B)303.06º98.74%62.35%-
XYZ19.919.6530.09-
YUV65.93176.01194.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=50.96%
G=0.64%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159215100.990.050.38303.0697.5231.57
Hex9F29706352612f6220
Octal2372227014354645714240
Binary100111111010010111011000111011001101001011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F0297; }

 p { color: rgb(159,2,151); }

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

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

 a { background-color: rgb(159,2,151); }

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

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

 span { border-color: rgb(159,2,151); }

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