#9A5480

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

Shades of Strikemaster #9A5480

Tints of Strikemaster #9A5480

Color information

#9A5480 (or 0x9A5480) is unknown color: approx Strikemaster. HEX triplet: 9A, 54 and 80. RGB value is (154,84,128). Sum of RGB (Red+Green+Blue) = 154+84+128=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5480 is #65AB7F. Grayscale: #6D6D6D. Windows color (decimal): -6663040 or 8410266. OLE color: 8410266.

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

Color convert

RGB15484128-
CMYK00.450.170.40
HSL322.29º29.41%46.67%-
HSV(B)322.29º45.45%60.39%-
XYZ20.3914.7722.2-
YUV109.95138.19159.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.08%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=42.08%
G=22.95%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548412800.450.170.40322.2929.4146.67
Hex9A548002D11281421d2f
Octal23212420005521505023557
Binary1001101010101001000000001011011000110100010100001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,84,128); }

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

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

 a { background-color: rgb(154,84,128); }

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

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

 span { border-color: rgb(154,84,128); }

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