#9A5679

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

Shades of Strikemaster #9A5679

Tints of Strikemaster #9A5679

Color information

#9A5679 (or 0x9A5679) is unknown color: approx Strikemaster. HEX triplet: 9A, 56 and 79. RGB value is (154,86,121). Sum of RGB (Red+Green+Blue) = 154+86+121=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5679 is #65A986. Grayscale: #6E6E6E. Windows color (decimal): -6662535 or 7952026. OLE color: 7952026.

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

Color convert

RGB15486121-
CMYK00.440.210.40
HSL329.12º28.33%47.06%-
HSV(B)329.12º44.16%60.39%-
XYZ20.1114.9119.91-
YUV110.32134.03159.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=42.66%
G=23.82%
B=33.52%

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
Decimal1548612100.440.210.40329.1228.3347.06
Hex9A567902C15281491c2f
Octal23212617105425505113457
Binary100110101010110111100101011001010110100010100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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