#9F0687

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

Shades of Dark Magenta #9F0687

Tints of Dark Magenta #9F0687

Color information

#9F0687 (or 0x9F0687) is unknown color: approx Dark Magenta. HEX triplet: 9F, 06 and 87. RGB value is (159,6,135). Sum of RGB (Red+Green+Blue) = 159+6+135=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0687 is #60F978. Grayscale: #424242. Windows color (decimal): -6355321 or 8849055. OLE color: 8849055.

HSL color Cylindrical-coordinate representation of color #9F0687: hue angle of 309.41º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0687 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB1596135-
CMYK00.960.150.38
HSL309.41º92.73%32.35%-
HSV(B)309.41º96.23%62.35%-
XYZ18.749.2523.72-
YUV66.45166.69194.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 135 (53.12% from 255) = 45%
R=53%
G=2%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159613500.960.150.38309.4192.7332.35
Hex9F687060F261355d20
Octal23762070140174646513540
Binary10011111110100001110110000011111001101001101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,6,135); }

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

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

 a { background-color: rgb(159,6,135); }

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

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

 span { border-color: rgb(159,6,135); }

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