#9a5180

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

Shades of Strikemaster #9A5180

Tints of Strikemaster #9A5180

Color information

#9A5180 (or 0x9A5180) is unknown color: approx Strikemaster. HEX triplet: 9A, 51 and 80. RGB value is (154,81,128). Sum of RGB (Red+Green+Blue) = 154+81+128=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5180 is #65AE7F. Grayscale: #6C6C6C. Windows color (decimal): -6663808 or 8409498. OLE color: 8409498.

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

Color convert

RGB15481128-
CMYK00.470.170.40
HSL321.37º31.06%46.08%-
HSV(B)321.37º47.4%60.39%-
XYZ20.1714.3122.12-
YUV108.18139.18160.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=42.42%
G=22.31%
B=35.26%

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
Decimal1548112800.470.170.40321.3731.0646.08
Hex9A518002F11281411f2e
Octal23212120005721505013756
Binary1001101010100011000000001011111000110100010100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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