#9A5881

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

Shades of Strikemaster #9A5881

Tints of Strikemaster #9A5881

Color information

#9A5881 (or 0x9A5881) is unknown color: approx Strikemaster. HEX triplet: 9A, 58 and 81. RGB value is (154,88,129). Sum of RGB (Red+Green+Blue) = 154+88+129=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5881 is #65A77E. Grayscale: #707070. Windows color (decimal): -6662015 or 8476826. OLE color: 8476826.

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

Color convert

RGB15488129-
CMYK00.430.160.40
HSL322.73º27.27%47.45%-
HSV(B)322.73º42.86%60.39%-
XYZ20.7815.4322.65-
YUV112.41137.37157.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.51%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=41.51%
G=23.72%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548812900.430.160.40322.7327.2747.45
Hex9A588102B10281431b2f
Octal23213020105320505033357
Binary1001101010110001000000101010111000010100010100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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