#9D5586

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

Shades of Strikemaster #9D5586

Tints of Strikemaster #9D5586

Color information

#9D5586 (or 0x9D5586) is unknown color: approx Strikemaster. HEX triplet: 9D, 55 and 86. RGB value is (157,85,134). Sum of RGB (Red+Green+Blue) = 157+85+134=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5586 is #62AA79. Grayscale: #6F6F6F. Windows color (decimal): -6466170 or 8803741. OLE color: 8803741.

HSL color Cylindrical-coordinate representation of color #9D5586: hue angle of 319.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5586 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15785134-
CMYK00.460.150.38
HSL319.17º29.75%47.45%-
HSV(B)319.17º45.86%61.57%-
XYZ21.4615.3924.39-
YUV112.11140.35160.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=41.76%
G=22.61%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578513400.460.150.38319.1729.7547.45
Hex9D558602EF2613f1e2f
Octal23512520605617464773657
Binary100111011010101100001100101110111110011010011111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,134); }

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

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

 a { background-color: rgb(157,85,134); }

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

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

 span { border-color: rgb(157,85,134); }

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