#9D587A

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

Shades of Strikemaster #9D587A

Tints of Strikemaster #9D587A

Color information

#9D587A (or 0x9D587A) is unknown color: approx Strikemaster. HEX triplet: 9D, 58 and 7A. RGB value is (157,88,122). Sum of RGB (Red+Green+Blue) = 157+88+122=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D587A is #62A785. Grayscale: #707070. Windows color (decimal): -6465414 or 8018077. OLE color: 8018077.

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

Color convert

RGB15788122-
CMYK00.440.220.38
HSL330.43º28.16%48.04%-
HSV(B)330.43º43.95%61.57%-
XYZ20.9115.5520.31-
YUV112.51133.36159.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=42.78%
G=23.98%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578812200.440.220.38330.4328.1648.04
Hex9D587A02C162614a1c30
Octal23513017205426465123460
Binary100111011011000111101001011001011010011010100101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,88,122); }

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

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

 a { background-color: rgb(157,88,122); }

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

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

 span { border-color: rgb(157,88,122); }

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