#9A5781

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

Shades of Strikemaster #9A5781

Tints of Strikemaster #9A5781

Color information

#9A5781 (or 0x9A5781) is unknown color: approx Strikemaster. HEX triplet: 9A, 57 and 81. RGB value is (154,87,129). Sum of RGB (Red+Green+Blue) = 154+87+129=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5781 is #65A87E. Grayscale: #6F6F6F. Windows color (decimal): -6662271 or 8476570. OLE color: 8476570.

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

Color convert

RGB15487129-
CMYK00.440.160.40
HSL322.39º27.8%47.25%-
HSV(B)322.39º43.51%60.39%-
XYZ20.715.2722.63-
YUV111.82137.7158.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=41.62%
G=23.51%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548712900.440.160.40322.3927.847.25
Hex9A578102C10281421c2f
Octal23212720105420505023457
Binary1001101010101111000000101011001000010100010100001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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