#9F0E98

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

Shades of Dark Magenta #9F0E98

Tints of Dark Magenta #9F0E98

Color information

#9F0E98 (or 0x9F0E98) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0E and 98. RGB value is (159,14,152). Sum of RGB (Red+Green+Blue) = 159+14+152=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0E98 is #60F167. Grayscale: #484848. Windows color (decimal): -6353256 or 9965215. OLE color: 9965215.

HSL color Cylindrical-coordinate representation of color #9F0E98: hue angle of 302.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0E98 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15914152-
CMYK00.910.040.38
HSL302.9º83.82%33.92%-
HSV(B)302.9º91.19%62.35%-
XYZ20.129.9530.57-
YUV73.09172.54189.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 14 (5.86% from 255) = 4.31%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=48.92%
G=4.31%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591415200.910.040.38302.983.8233.92
Hex9FE9805B42612f5422
Octal23716230013344645712442
Binary10011111111010011000010110111001001101001011111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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