#9D577D

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

Shades of Strikemaster #9D577D

Tints of Strikemaster #9D577D

Color information

#9D577D (or 0x9D577D) is unknown color: approx Strikemaster. HEX triplet: 9D, 57 and 7D. RGB value is (157,87,125). Sum of RGB (Red+Green+Blue) = 157+87+125=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D577D is #62A882. Grayscale: #707070. Windows color (decimal): -6465667 or 8214429. OLE color: 8214429.

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

Color convert

RGB15787125-
CMYK00.450.200.38
HSL327.43º28.69%47.84%-
HSV(B)327.43º44.59%61.57%-
XYZ21.0115.4721.28-
YUV112.26135.19159.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=42.55%
G=23.58%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578712500.450.200.38327.4328.6947.84
Hex9D577D02D14261471d30
Octal23512717505524465073560
Binary100111011010111111110101011011010010011010100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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