#9A557A

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

Shades of Strikemaster #9A557A

Tints of Strikemaster #9A557A

Color information

#9A557A (or 0x9A557A) is unknown color: approx Strikemaster. HEX triplet: 9A, 55 and 7A. RGB value is (154,85,122). Sum of RGB (Red+Green+Blue) = 154+85+122=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A557A is #65AA85. Grayscale: #6D6D6D. Windows color (decimal): -6662790 or 8017306. OLE color: 8017306.

HSL color Cylindrical-coordinate representation of color #9A557A: hue angle of 327.83º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A557A is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15485122-
CMYK00.450.210.40
HSL327.83º28.87%46.86%-
HSV(B)327.83º44.81%60.39%-
XYZ20.0914.7720.2-
YUV109.85134.86159.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=42.66%
G=23.55%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548512200.450.210.40327.8328.8746.86
Hex9A557A02D15281481d2f
Octal23212517205525505103557
Binary100110101010101111101001011011010110100010100100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,122); }

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

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

 a { background-color: rgb(154,85,122); }

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

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

 span { border-color: rgb(154,85,122); }

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