#9A5280

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

Shades of Strikemaster #9A5280

Tints of Strikemaster #9A5280

Color information

#9A5280 (or 0x9A5280) is unknown color: approx Strikemaster. HEX triplet: 9A, 52 and 80. RGB value is (154,82,128). Sum of RGB (Red+Green+Blue) = 154+82+128=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5280 is #65AD7F. Grayscale: #6C6C6C. Windows color (decimal): -6663552 or 8409754. OLE color: 8409754.

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

Color convert

RGB15482128-
CMYK00.470.170.40
HSL321.67º30.51%46.27%-
HSV(B)321.67º46.75%60.39%-
XYZ20.2414.4622.15-
YUV108.77138.85160.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=42.31%
G=22.53%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548212800.470.170.40321.6730.5146.27
Hex9A528002F11281421f2e
Octal23212220005721505023756
Binary1001101010100101000000001011111000110100010100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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