#9D517D

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

Shades of Strikemaster #9D517D

Tints of Strikemaster #9D517D

Color information

#9D517D (or 0x9D517D) is unknown color: approx Strikemaster. HEX triplet: 9D, 51 and 7D. RGB value is (157,81,125). Sum of RGB (Red+Green+Blue) = 157+81+125=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D517D is #62AE82. Grayscale: #6C6C6C. Windows color (decimal): -6467203 or 8212893. OLE color: 8212893.

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

Color convert

RGB15781125-
CMYK00.480.200.38
HSL325.26º31.93%46.67%-
HSV(B)325.26º48.41%61.57%-
XYZ20.5514.5321.12-
YUV108.74137.18162.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=43.25%
G=22.31%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578112500.480.200.38325.2631.9346.67
Hex9D517D0301426145202f
Octal23512117506024465054057
Binary1001110110100011111101011000010100100110101000101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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