#9D7586

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

Shades of Strikemaster #9D7586

Tints of Strikemaster #9D7586

Color information

#9D7586 (or 0x9D7586) is unknown color: approx Strikemaster. HEX triplet: 9D, 75 and 86. RGB value is (157,117,134). Sum of RGB (Red+Green+Blue) = 157+117+134=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7586 is #628A79. Grayscale: #828282. Windows color (decimal): -6457978 or 8811933. OLE color: 8811933.

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

Color convert

RGB157117134-
CMYK00.250.150.38
HSL334.5º16.95%53.73%-
HSV(B)334.5º25.48%61.57%-
XYZ24.5721.6125.43-
YUV130.9129.75146.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.48%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=38.48%
G=28.68%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711713400.250.150.38334.516.9553.73
Hex9D7586019F2614e1136
Octal23516520603117465162166
Binary10011101111010110000110011001111110011010100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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