#9D597B

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

Shades of Strikemaster #9D597B

Tints of Strikemaster #9D597B

Color information

#9D597B (or 0x9D597B) is unknown color: approx Strikemaster. HEX triplet: 9D, 59 and 7B. RGB value is (157,89,123). Sum of RGB (Red+Green+Blue) = 157+89+123=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D597B is #62A684. Grayscale: #717171. Windows color (decimal): -6465157 or 8083869. OLE color: 8083869.

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

Color convert

RGB15789123-
CMYK00.430.220.38
HSL330º27.64%48.24%-
HSV(B)330º43.31%61.57%-
XYZ21.0515.7420.67-
YUV113.21133.53159.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=42.55%
G=24.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578912300.430.220.3833027.6448.24
Hex9D597B02B162614a1c30
Octal23513117305326465123460
Binary100111011011001111101101010111011010011010100101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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