#9F557F

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

Shades of Strikemaster #9F557F

Tints of Strikemaster #9F557F

Color information

#9F557F (or 0x9F557F) is unknown color: approx Strikemaster. HEX triplet: 9F, 55 and 7F. RGB value is (159,85,127). Sum of RGB (Red+Green+Blue) = 159+85+127=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F557F is #60AA80. Grayscale: #6F6F6F. Windows color (decimal): -6335105 or 8344991. OLE color: 8344991.

HSL color Cylindrical-coordinate representation of color #9F557F: hue angle of 325.95º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F557F is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15985127-
CMYK00.470.200.38
HSL325.95º30.33%47.84%-
HSV(B)325.95º46.54%62.35%-
XYZ21.3815.421.92-
YUV111.91136.52161.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 127 (50% from 255) = 34.23%
R=42.86%
G=22.91%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598512700.470.200.38325.9530.3347.84
Hex9F557F02F14261461e30
Octal23712517705724465063660
Binary100111111010101111111101011111010010011010100011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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