#9A5789

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

Shades of Strikemaster #9A5789

Tints of Strikemaster #9A5789

Color information

#9A5789 (or 0x9A5789) is unknown color: approx Strikemaster. HEX triplet: 9A, 57 and 89. RGB value is (154,87,137). Sum of RGB (Red+Green+Blue) = 154+87+137=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5789 is #65A876. Grayscale: #707070. Windows color (decimal): -6662263 or 9000858. OLE color: 9000858.

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

Color convert

RGB15487137-
CMYK00.440.110.40
HSL315.22º27.8%47.25%-
HSV(B)315.22º43.51%60.39%-
XYZ21.2515.4925.54-
YUV112.73141.7157.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.74%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=40.74%
G=23.02%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548713700.440.110.40315.2227.847.25
Hex9A578902CB2813b1c2f
Octal23212721105413504733457
Binary100110101010111100010010101100101110100010011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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