#9B537E

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

Shades of Strikemaster #9B537E

Tints of Strikemaster #9B537E

Color information

#9B537E (or 0x9B537E) is unknown color: approx Strikemaster. HEX triplet: 9B, 53 and 7E. RGB value is (155,83,126). Sum of RGB (Red+Green+Blue) = 155+83+126=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B537E is #64AC81. Grayscale: #6D6D6D. Windows color (decimal): -6597762 or 8278939. OLE color: 8278939.

HSL color Cylindrical-coordinate representation of color #9B537E: hue angle of 324.17º 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 #9B537E is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15583126-
CMYK00.460.190.39
HSL324.17º30.25%46.67%-
HSV(B)324.17º46.45%60.78%-
XYZ20.3814.6621.49-
YUV109.43137.35160.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=42.58%
G=22.80%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558312600.460.190.39324.1730.2546.67
Hex9B537E02E13271441e2f
Octal23312317605623475043657
Binary100110111010011111111001011101001110011110100010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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