#9C557A

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

Shades of Strikemaster #9C557A

Tints of Strikemaster #9C557A

Color information

#9C557A (or 0x9C557A) is unknown color: approx Strikemaster. HEX triplet: 9C, 55 and 7A. RGB value is (156,85,122). Sum of RGB (Red+Green+Blue) = 156+85+122=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C557A is #63AA85. Grayscale: #6E6E6E. Windows color (decimal): -6531718 or 8017308. OLE color: 8017308.

HSL color Cylindrical-coordinate representation of color #9C557A: hue angle of 328.73º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C557A is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15685122-
CMYK00.460.220.39
HSL328.73º29.46%47.25%-
HSV(B)328.73º45.51%61.18%-
XYZ20.4714.9720.22-
YUV110.45134.52160.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=42.98%
G=23.42%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568512200.460.220.39328.7329.4647.25
Hex9C557A02E16271491d2f
Octal23412517205626475113557
Binary100111001010101111101001011101011010011110100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,122); }

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

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

 a { background-color: rgb(156,85,122); }

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

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

 span { border-color: rgb(156,85,122); }

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