#9D587E

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

Shades of Strikemaster #9D587E

Tints of Strikemaster #9D587E

Color information

#9D587E (or 0x9D587E) is unknown color: approx Strikemaster. HEX triplet: 9D, 58 and 7E. RGB value is (157,88,126). Sum of RGB (Red+Green+Blue) = 157+88+126=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D587E is #62A781. Grayscale: #707070. Windows color (decimal): -6465410 or 8280221. OLE color: 8280221.

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

Color convert

RGB15788126-
CMYK00.440.200.38
HSL326.96º28.16%48.04%-
HSV(B)326.96º43.95%61.57%-
XYZ21.1615.6521.64-
YUV112.96135.36159.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=42.32%
G=23.72%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578812600.440.200.38326.9628.1648.04
Hex9D587E02C14261471c30
Octal23513017605424465073460
Binary100111011011000111111001011001010010011010100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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