#9F0298

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

Shades of Dark Magenta #9F0298

Tints of Dark Magenta #9F0298

Color information

#9F0298 (or 0x9F0298) is unknown color: approx Dark Magenta. HEX triplet: 9F, 02 and 98. RGB value is (159,2,152). Sum of RGB (Red+Green+Blue) = 159+2+152=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0298 is #60FD67. Grayscale: #414141. Windows color (decimal): -6356328 or 9962143. OLE color: 9962143.

HSL color Cylindrical-coordinate representation of color #9F0298: hue angle of 302.68º 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 #9F0298 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB1592152-
CMYK00.990.040.38
HSL302.68º97.52%31.57%-
HSV(B)302.68º98.74%62.35%-
XYZ19.999.6830.52-
YUV66.04176.51194.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=50.80%
G=0.64%
B=48.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159215200.990.040.38302.6897.5231.57
Hex9F29806342612f6220
Octal2372230014344645714240
Binary100111111010011000011000111001001101001011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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