#9F089C

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

Shades of Dark Magenta #9F089C

Tints of Dark Magenta #9F089C

Color information

#9F089C (or 0x9F089C) is unknown color: approx Dark Magenta. HEX triplet: 9F, 08 and 9C. RGB value is (159,8,156). Sum of RGB (Red+Green+Blue) = 159+8+156=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F089C is #60F763. Grayscale: #454545. Windows color (decimal): -6354788 or 10225823. OLE color: 10225823.

HSL color Cylindrical-coordinate representation of color #9F089C: hue angle of 301.19º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F089C is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB1598156-
CMYK00.950.020.38
HSL301.19º90.42%32.75%-
HSV(B)301.19º94.97%62.35%-
XYZ20.399.9432.3-
YUV70.02176.53191.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 156 (61.33% from 255) = 48.30%
R=49.23%
G=2.48%
B=48.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159815600.950.020.38301.1990.4232.75
Hex9F89C05F22612d5a21
Octal23710234013724645513241
Binary1001111110001001110001011111101001101001011011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F089C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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