#9B537F

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

Shades of Strikemaster #9B537F

Tints of Strikemaster #9B537F

Color information

#9B537F (or 0x9B537F) is unknown color: approx Strikemaster. HEX triplet: 9B, 53 and 7F. RGB value is (155,83,127). Sum of RGB (Red+Green+Blue) = 155+83+127=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B537F is #64AC80. Grayscale: #6D6D6D. Windows color (decimal): -6597761 or 8344475. OLE color: 8344475.

HSL color Cylindrical-coordinate representation of color #9B537F: hue angle of 323.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B537F is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15583127-
CMYK00.460.180.39
HSL323.33º30.25%46.67%-
HSV(B)323.33º46.45%60.78%-
XYZ20.4414.6921.84-
YUV109.54137.85160.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 127 (50% from 255) = 34.79%
R=42.47%
G=22.74%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558312700.460.180.39323.3330.2546.67
Hex9B537F02E12271431e2f
Octal23312317705622475033657
Binary100110111010011111111101011101001010011110100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,127); }

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

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

 a { background-color: rgb(155,83,127); }

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

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

 span { border-color: rgb(155,83,127); }

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