#9B557E

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

Shades of Strikemaster #9B557E

Tints of Strikemaster #9B557E

Color information

#9B557E (or 0x9B557E) is unknown color: approx Strikemaster. HEX triplet: 9B, 55 and 7E. RGB value is (155,85,126). Sum of RGB (Red+Green+Blue) = 155+85+126=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B557E is #64AA81. Grayscale: #6E6E6E. Windows color (decimal): -6597250 or 8279451. OLE color: 8279451.

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

Color convert

RGB15585126-
CMYK00.450.190.39
HSL324.86º29.17%47.06%-
HSV(B)324.86º45.16%60.78%-
XYZ20.5314.9721.55-
YUV110.6136.69159.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=42.35%
G=23.22%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558512600.450.190.39324.8629.1747.06
Hex9B557E02D13271451d2f
Octal23312517605523475053557
Binary100110111010101111111001011011001110011110100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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