#9D5D80

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

Shades of Strikemaster #9D5D80

Tints of Strikemaster #9D5D80

Color information

#9D5D80 (or 0x9D5D80) is unknown color: approx Strikemaster. HEX triplet: 9D, 5D and 80. RGB value is (157,93,128). Sum of RGB (Red+Green+Blue) = 157+93+128=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5D80 is #62A27F. Grayscale: #747474. Windows color (decimal): -6464128 or 8412573. OLE color: 8412573.

HSL color Cylindrical-coordinate representation of color #9D5D80: hue angle of 327.19º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5D80 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15793128-
CMYK00.410.180.38
HSL327.19º25.6%49.02%-
HSV(B)327.19º40.76%61.57%-
XYZ21.7216.5622.47-
YUV116.13134.7157.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=41.53%
G=24.60%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579312800.410.180.38327.1925.649.02
Hex9D5D8002912261471a31
Octal23513520005122465073261
Binary1001110110111011000000001010011001010011010100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,93,128); }

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

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

 a { background-color: rgb(157,93,128); }

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

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

 span { border-color: rgb(157,93,128); }

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