#9D547E

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

Shades of Strikemaster #9D547E

Tints of Strikemaster #9D547E

Color information

#9D547E (or 0x9D547E) is unknown color: approx Strikemaster. HEX triplet: 9D, 54 and 7E. RGB value is (157,84,126). Sum of RGB (Red+Green+Blue) = 157+84+126=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D547E is #62AB81. Grayscale: #6E6E6E. Windows color (decimal): -6466434 or 8279197. OLE color: 8279197.

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

Color convert

RGB15784126-
CMYK00.460.200.38
HSL325.48º30.29%47.25%-
HSV(B)325.48º46.5%61.57%-
XYZ20.8415.0221.54-
YUV110.62136.68161.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=42.78%
G=22.89%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578412600.460.200.38325.4830.2947.25
Hex9D547E02E14261451e2f
Octal23512417605624465053657
Binary100111011010100111111001011101010010011010100010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,84,126); }

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

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

 a { background-color: rgb(157,84,126); }

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

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

 span { border-color: rgb(157,84,126); }

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