#9F0882

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

Shades of Dark Magenta #9F0882

Tints of Dark Magenta #9F0882

Color information

#9F0882 (or 0x9F0882) is unknown color: approx Dark Magenta. HEX triplet: 9F, 08 and 82. RGB value is (159,8,130). Sum of RGB (Red+Green+Blue) = 159+8+130=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0882 is #60F77D. Grayscale: #424242. Windows color (decimal): -6354814 or 8521887. OLE color: 8521887.

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

Color convert

RGB1598130-
CMYK00.950.180.38
HSL311.52º90.42%32.75%-
HSV(B)311.52º94.97%62.35%-
XYZ18.419.1621.92-
YUV67.06163.53193.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.54%
GREEN value IS 8 (3.52% from 255) = 2.69%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=53.54%
G=2.69%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159813000.950.180.38311.5290.4232.75
Hex9F88205F12261385a21
Octal237102020137224647013241
Binary1001111110001000001001011111100101001101001110001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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