#9F597B

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

Shades of Strikemaster #9F597B

Tints of Strikemaster #9F597B

Color information

#9F597B (or 0x9F597B) is unknown color: approx Strikemaster. HEX triplet: 9F, 59 and 7B. RGB value is (159,89,123). Sum of RGB (Red+Green+Blue) = 159+89+123=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F597B is #60A684. Grayscale: #717171. Windows color (decimal): -6334085 or 8083871. OLE color: 8083871.

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

Color convert

RGB15989123-
CMYK00.440.230.38
HSL330.86º28.23%48.63%-
HSV(B)330.86º44.03%62.35%-
XYZ21.4515.9520.69-
YUV113.81133.19160.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=42.86%
G=23.99%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598912300.440.230.38330.8628.2348.63
Hex9F597B02C172614b1c31
Octal23713117305427465133461
Binary100111111011001111101101011001011110011010100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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