#9F189C

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

Shades of Dark Magenta #9F189C

Tints of Dark Magenta #9F189C

Color information

#9F189C (or 0x9F189C) is unknown color: approx Dark Magenta. HEX triplet: 9F, 18 and 9C. RGB value is (159,24,156). Sum of RGB (Red+Green+Blue) = 159+24+156=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F189C is #60E763. Grayscale: #4F4F4F. Windows color (decimal): -6350692 or 10229919. OLE color: 10229919.

HSL color Cylindrical-coordinate representation of color #9F189C: hue angle of 301.33º 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 #9F189C is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15924156-
CMYK00.850.020.38
HSL301.33º73.77%35.88%-
HSV(B)301.33º84.91%62.35%-
XYZ20.6310.4232.38-
YUV79.41171.23184.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 24 (9.77% from 255) = 7.08%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=46.90%
G=7.08%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592415600.850.020.38301.3373.7735.88
Hex9F189C05522612d4a24
Octal23730234012524645511244
Binary10011111110001001110001010101101001101001011011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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