#9A5581

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

Shades of Strikemaster #9A5581

Tints of Strikemaster #9A5581

Color information

#9A5581 (or 0x9A5581) is unknown color: approx Strikemaster. HEX triplet: 9A, 55 and 81. RGB value is (154,85,129). Sum of RGB (Red+Green+Blue) = 154+85+129=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5581 is #65AA7E. Grayscale: #6E6E6E. Windows color (decimal): -6662783 or 8476058. OLE color: 8476058.

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

Color convert

RGB15485129-
CMYK00.450.160.40
HSL321.74º28.87%46.86%-
HSV(B)321.74º44.81%60.39%-
XYZ20.5414.9522.57-
YUV110.65138.36158.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.85%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=41.85%
G=23.10%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548512900.450.160.40321.7428.8746.86
Hex9A558102D10281421d2f
Octal23212520105520505023557
Binary1001101010101011000000101011011000010100010100001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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