#9C567C

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

Shades of Strikemaster #9C567C

Tints of Strikemaster #9C567C

Color information

#9C567C (or 0x9C567C) is unknown color: approx Strikemaster. HEX triplet: 9C, 56 and 7C. RGB value is (156,86,124). Sum of RGB (Red+Green+Blue) = 156+86+124=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C567C is #63A983. Grayscale: #6F6F6F. Windows color (decimal): -6531460 or 8148636. OLE color: 8148636.

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

Color convert

RGB15686124-
CMYK00.450.210.39
HSL327.43º28.93%47.45%-
HSV(B)327.43º44.87%61.18%-
XYZ20.6815.1820.91-
YUV111.26135.19159.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=42.62%
G=23.50%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568612400.450.210.39327.4328.9347.45
Hex9C567C02D15271471d2f
Octal23412617405525475073557
Binary100111001010110111110001011011010110011110100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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