#9F0194

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

Shades of Dark Magenta #9F0194

Tints of Dark Magenta #9F0194

Color information

#9F0194 (or 0x9F0194) is unknown color: approx Dark Magenta. HEX triplet: 9F, 01 and 94. RGB value is (159,1,148). Sum of RGB (Red+Green+Blue) = 159+1+148=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0194 is #60FE6B. Grayscale: #404040. Windows color (decimal): -6356588 or 9699743. OLE color: 9699743.

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

Color convert

RGB1591148-
CMYK00.990.070.38
HSL304.18º98.75%31.37%-
HSV(B)304.18º99.37%62.35%-
XYZ19.659.5328.82-
YUV65174.85195.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=51.62%
G=0.32%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159114800.990.070.38304.1898.7531.37
Hex9F194063726130631f
Octal2371224014374646014337
Binary1001111111001010001100011111100110100110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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