#9F089E

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

Shades of Dark Magenta #9F089E

Tints of Dark Magenta #9F089E

Color information

#9F089E (or 0x9F089E) is unknown color: approx Dark Magenta. HEX triplet: 9F, 08 and 9E. RGB value is (159,8,158). Sum of RGB (Red+Green+Blue) = 159+8+158=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F089E is #60F761. Grayscale: #454545. Windows color (decimal): -6354786 or 10356895. OLE color: 10356895.

HSL color Cylindrical-coordinate representation of color #9F089E: hue angle of 300.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F089E is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB1598158-
CMYK00.950.010.38
HSL300.4º90.42%32.75%-
HSV(B)300.4º94.97%62.35%-
XYZ20.5610.0133.2-
YUV70.25177.53191.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=48.92%
G=2.46%
B=48.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159815800.950.010.38300.490.4232.75
Hex9F89E05F12612c5a21
Octal23710236013714645413241
Binary100111111000100111100101111111001101001011001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,158); }

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

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

 a { background-color: rgb(159,8,158); }

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

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

 span { border-color: rgb(159,8,158); }

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