#9D5D7D

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

Shades of Strikemaster #9D5D7D

Tints of Strikemaster #9D5D7D

Color information

#9D5D7D (or 0x9D5D7D) is unknown color: approx Strikemaster. HEX triplet: 9D, 5D and 7D. RGB value is (157,93,125). Sum of RGB (Red+Green+Blue) = 157+93+125=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5D7D is #62A282. Grayscale: #737373. Windows color (decimal): -6464131 or 8215965. OLE color: 8215965.

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

Color convert

RGB15793125-
CMYK00.410.200.38
HSL330º25.6%49.02%-
HSV(B)330º40.76%61.57%-
XYZ21.5216.4821.45-
YUV115.78133.2157.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=41.87%
G=24.8%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579312500.410.200.3833025.649.02
Hex9D5D7D029142614a1a31
Octal23513517505124465123261
Binary100111011011101111110101010011010010011010100101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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