#9A5779

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

Shades of Strikemaster #9A5779

Tints of Strikemaster #9A5779

Color information

#9A5779 (or 0x9A5779) is unknown color: approx Strikemaster. HEX triplet: 9A, 57 and 79. RGB value is (154,87,121). Sum of RGB (Red+Green+Blue) = 154+87+121=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5779 is #65A886. Grayscale: #6E6E6E. Windows color (decimal): -6662279 or 7952282. OLE color: 7952282.

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

Color convert

RGB15487121-
CMYK00.440.210.40
HSL329.55º27.8%47.25%-
HSV(B)329.55º43.51%60.39%-
XYZ20.1915.0719.93-
YUV110.91133.7158.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.54%
GREEN value IS 87 (34.38% from 255) = 24.03%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=42.54%
G=24.03%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548712100.440.210.40329.5527.847.25
Hex9A577902C152814a1c2f
Octal23212717105425505123457
Binary100110101010111111100101011001010110100010100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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