#9A5289

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

Shades of Strikemaster #9A5289

Tints of Strikemaster #9A5289

Color information

#9A5289 (or 0x9A5289) is unknown color: approx Strikemaster. HEX triplet: 9A, 52 and 89. RGB value is (154,82,137). Sum of RGB (Red+Green+Blue) = 154+82+137=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5289 is #65AD76. Grayscale: #6D6D6D. Windows color (decimal): -6663543 or 8999578. OLE color: 8999578.

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

Color convert

RGB15482137-
CMYK00.470.110.40
HSL314.17º30.51%46.27%-
HSV(B)314.17º46.75%60.39%-
XYZ20.8614.7125.41-
YUV109.8143.35159.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.29%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=41.29%
G=21.98%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548213700.470.110.40314.1730.5146.27
Hex9A528902FB2813a1f2e
Octal23212221105713504723756
Binary100110101010010100010010101111101110100010011101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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