#9D577B

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

Shades of Strikemaster #9D577B

Tints of Strikemaster #9D577B

Color information

#9D577B (or 0x9D577B) is unknown color: approx Strikemaster. HEX triplet: 9D, 57 and 7B. RGB value is (157,87,123). Sum of RGB (Red+Green+Blue) = 157+87+123=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D577B is #62A884. Grayscale: #6F6F6F. Windows color (decimal): -6465669 or 8083357. OLE color: 8083357.

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

Color convert

RGB15787123-
CMYK00.450.220.38
HSL329.14º28.69%47.84%-
HSV(B)329.14º44.59%61.57%-
XYZ20.8915.4120.61-
YUV112.03134.19160.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=42.78%
G=23.71%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578712300.450.220.38329.1428.6947.84
Hex9D577B02D16261491d30
Octal23512717305526465113560
Binary100111011010111111101101011011011010011010100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,87,123); }

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

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

 a { background-color: rgb(157,87,123); }

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

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

 span { border-color: rgb(157,87,123); }

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