#9D647D

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

Shades of Strikemaster #9D647D

Tints of Strikemaster #9D647D

Color information

#9D647D (or 0x9D647D) is unknown color: approx Strikemaster. HEX triplet: 9D, 64 and 7D. RGB value is (157,100,125). Sum of RGB (Red+Green+Blue) = 157+100+125=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D647D is #629B82. Grayscale: #777777. Windows color (decimal): -6462339 or 8217757. OLE color: 8217757.

HSL color Cylindrical-coordinate representation of color #9D647D: hue angle of 333.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D647D is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB157100125-
CMYK00.360.200.38
HSL333.68º22.53%50.39%-
HSV(B)333.68º36.31%61.57%-
XYZ22.1617.7621.66-
YUV119.89130.88154.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=41.10%
G=26.18%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710012500.360.200.38333.6822.5350.39
Hex9D647D024142614e1732
Octal23514417504424465162762
Binary100111011100100111110101001001010010011010100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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