#9B557C

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

Shades of Strikemaster #9B557C

Tints of Strikemaster #9B557C

Color information

#9B557C (or 0x9B557C) is unknown color: approx Strikemaster. HEX triplet: 9B, 55 and 7C. RGB value is (155,85,124). Sum of RGB (Red+Green+Blue) = 155+85+124=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B557C is #64AA83. Grayscale: #6E6E6E. Windows color (decimal): -6597252 or 8148379. OLE color: 8148379.

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

Color convert

RGB15585124-
CMYK00.450.20.39
HSL326.57º29.17%47.06%-
HSV(B)326.57º45.16%60.78%-
XYZ20.414.9220.87-
YUV110.38135.69159.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=42.58%
G=23.35%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558512400.450.20.39326.5729.1747.06
Hex9B557C02D14271471d2f
Octal23312517405524475073557
Binary100110111010101111110001011011010010011110100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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