#9F537E

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

Shades of Strikemaster #9F537E

Tints of Strikemaster #9F537E

Color information

#9F537E (or 0x9F537E) is unknown color: approx Strikemaster. HEX triplet: 9F, 53 and 7E. RGB value is (159,83,126). Sum of RGB (Red+Green+Blue) = 159+83+126=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F537E is #60AC81. Grayscale: #6E6E6E. Windows color (decimal): -6335618 or 8278943. OLE color: 8278943.

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

Color convert

RGB15983126-
CMYK00.480.210.38
HSL326.05º31.4%47.45%-
HSV(B)326.05º47.8%62.35%-
XYZ21.1615.0621.53-
YUV110.63136.68162.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=43.21%
G=22.55%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598312600.480.210.38326.0531.447.45
Hex9F537E03015261461f2f
Octal23712317606025465063757
Binary100111111010011111111001100001010110011010100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,83,126); }

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

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

 a { background-color: rgb(159,83,126); }

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

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

 span { border-color: rgb(159,83,126); }

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