#9C557E

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

Shades of Strikemaster #9C557E

Tints of Strikemaster #9C557E

Color information

#9C557E (or 0x9C557E) is unknown color: approx Strikemaster. HEX triplet: 9C, 55 and 7E. RGB value is (156,85,126). Sum of RGB (Red+Green+Blue) = 156+85+126=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C557E is #63AA81. Grayscale: #6E6E6E. Windows color (decimal): -6531714 or 8279452. OLE color: 8279452.

HSL color Cylindrical-coordinate representation of color #9C557E: hue angle of 325.35º 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 #9C557E is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15685126-
CMYK00.460.190.39
HSL325.35º29.46%47.25%-
HSV(B)325.35º45.51%61.18%-
XYZ20.7215.0721.56-
YUV110.9136.52160.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.51%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=42.51%
G=23.16%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568512600.460.190.39325.3529.4647.25
Hex9C557E02E13271451d2f
Octal23412517605623475053557
Binary100111001010101111111001011101001110011110100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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