#9A588B

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

Shades of Strikemaster #9A588B

Tints of Strikemaster #9A588B

Color information

#9A588B (or 0x9A588B) is unknown color: approx Strikemaster. HEX triplet: 9A, 58 and 8B. RGB value is (154,88,139). Sum of RGB (Red+Green+Blue) = 154+88+139=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A588B is #65A774. Grayscale: #717171. Windows color (decimal): -6662005 or 9132186. OLE color: 9132186.

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

Color convert

RGB15488139-
CMYK00.430.100.40
HSL313.64º27.27%47.45%-
HSV(B)313.64º42.86%60.39%-
XYZ21.4815.7126.33-
YUV113.55142.37156.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.42%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=40.42%
G=23.10%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548813900.430.100.40313.6427.2747.45
Hex9A588B02BA2813a1b2f
Octal23213021305312504723357
Binary100110101011000100010110101011101010100010011101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,88,139); }

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

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

 a { background-color: rgb(154,88,139); }

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

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

 span { border-color: rgb(154,88,139); }

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