#9D547A

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

Shades of Strikemaster #9D547A

Tints of Strikemaster #9D547A

Color information

#9D547A (or 0x9D547A) is unknown color: approx Strikemaster. HEX triplet: 9D, 54 and 7A. RGB value is (157,84,122). Sum of RGB (Red+Green+Blue) = 157+84+122=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D547A is #62AB85. Grayscale: #6E6E6E. Windows color (decimal): -6466438 or 8017053. OLE color: 8017053.

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

Color convert

RGB15784122-
CMYK00.460.220.38
HSL328.77º30.29%47.25%-
HSV(B)328.77º46.5%61.57%-
XYZ20.5914.9120.21-
YUV110.16134.68161.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=43.25%
G=23.14%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578412200.460.220.38328.7730.2947.25
Hex9D547A02E16261491e2f
Octal23512417205626465113657
Binary100111011010100111101001011101011010011010100100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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