#9A5578

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

Shades of Strikemaster #9A5578

Tints of Strikemaster #9A5578

Color information

#9A5578 (or 0x9A5578) is unknown color: approx Strikemaster. HEX triplet: 9A, 55 and 78. RGB value is (154,85,120). Sum of RGB (Red+Green+Blue) = 154+85+120=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5578 is #65AA87. Grayscale: #6D6D6D. Windows color (decimal): -6662792 or 7886234. OLE color: 7886234.

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

Color convert

RGB15485120-
CMYK00.450.220.40
HSL329.57º28.87%46.86%-
HSV(B)329.57º44.81%60.39%-
XYZ19.9714.7219.56-
YUV109.62133.86159.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.90%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=42.90%
G=23.68%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548512000.450.220.40329.5728.8746.86
Hex9A557802D162814a1d2f
Octal23212517005526505123557
Binary100110101010101111100001011011011010100010100101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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