#9C557C

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

Shades of Strikemaster #9C557C

Tints of Strikemaster #9C557C

Color information

#9C557C (or 0x9C557C) is unknown color: approx Strikemaster. HEX triplet: 9C, 55 and 7C. RGB value is (156,85,124). Sum of RGB (Red+Green+Blue) = 156+85+124=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C557C is #63AA83. Grayscale: #6E6E6E. Windows color (decimal): -6531716 or 8148380. OLE color: 8148380.

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

Color convert

RGB15685124-
CMYK00.460.210.39
HSL327.04º29.46%47.25%-
HSV(B)327.04º45.51%61.18%-
XYZ20.615.0220.88-
YUV110.67135.52160.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=42.74%
G=23.29%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568512400.460.210.39327.0429.4647.25
Hex9C557C02E15271471d2f
Octal23412517405625475073557
Binary100111001010101111110001011101010110011110100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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