#9F1892

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

Shades of Dark Magenta #9F1892

Tints of Dark Magenta #9F1892

Color information

#9F1892 (or 0x9F1892) is unknown color: approx Dark Magenta. HEX triplet: 9F, 18 and 92. RGB value is (159,24,146). Sum of RGB (Red+Green+Blue) = 159+24+146=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1892 is #60E76D. Grayscale: #4D4D4D. Windows color (decimal): -6350702 or 9574559. OLE color: 9574559.

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

Color convert

RGB15924146-
CMYK00.850.080.38
HSL305.78º73.77%35.88%-
HSV(B)305.78º84.91%62.35%-
XYZ19.8110.128.1-
YUV78.27166.23185.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=48.33%
G=7.29%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592414600.850.080.38305.7873.7735.88
Hex9F18920558261324a24
Octal237302220125104646211244
Binary1001111111000100100100101010110001001101001100101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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