#9F1292

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

Shades of Dark Magenta #9F1292

Tints of Dark Magenta #9F1292

Color information

#9F1292 (or 0x9F1292) is unknown color: approx Dark Magenta. HEX triplet: 9F, 12 and 92. RGB value is (159,18,146). Sum of RGB (Red+Green+Blue) = 159+18+146=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1292 is #60ED6D. Grayscale: #4A4A4A. Windows color (decimal): -6352238 or 9573023. OLE color: 9573023.

HSL color Cylindrical-coordinate representation of color #9F1292: hue angle of 305.53º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1292 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15918146-
CMYK00.890.080.38
HSL305.53º79.66%34.71%-
HSV(B)305.53º88.68%62.35%-
XYZ19.79.8828.06-
YUV74.75168.21188.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 18 (7.42% from 255) = 5.57%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=49.23%
G=5.57%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591814600.890.080.38305.5379.6634.71
Hex9F12920598261325023
Octal237222220131104646212043
Binary1001111110010100100100101100110001001101001100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,146); }

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

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

 a { background-color: rgb(159,18,146); }

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

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

 span { border-color: rgb(159,18,146); }

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