#9F5979

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

Shades of Strikemaster #9F5979

Tints of Strikemaster #9F5979

Color information

#9F5979 (or 0x9F5979) is unknown color: approx Strikemaster. HEX triplet: 9F, 59 and 79. RGB value is (159,89,121). Sum of RGB (Red+Green+Blue) = 159+89+121=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5979 is #60A686. Grayscale: #717171. Windows color (decimal): -6334087 or 7952799. OLE color: 7952799.

HSL color Cylindrical-coordinate representation of color #9F5979: hue angle of 332.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5979 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15989121-
CMYK00.440.240.38
HSL332.57º28.23%48.63%-
HSV(B)332.57º44.03%62.35%-
XYZ21.3215.920.03-
YUV113.58132.19160.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=43.09%
G=24.12%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598912100.440.240.38332.5728.2348.63
Hex9F597902C182614d1c31
Octal23713117105430465153461
Binary100111111011001111100101011001100010011010100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,121); }

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

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

 a { background-color: rgb(159,89,121); }

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

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

 span { border-color: rgb(159,89,121); }

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