#9F597F

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

Shades of Strikemaster #9F597F

Tints of Strikemaster #9F597F

Color information

#9F597F (or 0x9F597F) is unknown color: approx Strikemaster. HEX triplet: 9F, 59 and 7F. RGB value is (159,89,127). Sum of RGB (Red+Green+Blue) = 159+89+127=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F597F is #60A680. Grayscale: #727272. Windows color (decimal): -6334081 or 8346015. OLE color: 8346015.

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

Color convert

RGB15989127-
CMYK00.440.200.38
HSL327.43º28.23%48.63%-
HSV(B)327.43º44.03%62.35%-
XYZ21.716.0522.03-
YUV114.26135.19159.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 127 (50% from 255) = 33.87%
R=42.4%
G=23.73%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598912700.440.200.38327.4328.2348.63
Hex9F597F02C14261471c31
Octal23713117705424465073461
Binary100111111011001111111101011001010010011010100011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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