#9F0094

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

Shades of Dark Magenta #9F0094

Tints of Dark Magenta #9F0094

Color information

#9F0094 (or 0x9F0094) is unknown color: approx Dark Magenta. HEX triplet: 9F, 00 and 94. RGB value is (159,0,148). Sum of RGB (Red+Green+Blue) = 159+0+148=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0094 is #60FF6B. Grayscale: #3F3F3F. Windows color (decimal): -6356844 or 9699487. OLE color: 9699487.

HSL color Cylindrical-coordinate representation of color #9F0094: hue angle of 304.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0094 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB1590148-
CMYK010.070.38
HSL304.15º100%31.18%-
HSV(B)304.15º100%62.35%-
XYZ19.649.5128.82-
YUV64.41175.18195.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 48.21%
R=51.79%
G=0%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1590148010.070.38304.1510031.18
Hex9F094064726130641f
Octal2370224014474646014437
Binary1001111101001010001100100111100110100110000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,148); }

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

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

 a { background-color: rgb(159,0,148); }

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

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

 span { border-color: rgb(159,0,148); }

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