#9C567A

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

Shades of Strikemaster #9C567A

Tints of Strikemaster #9C567A

Color information

#9C567A (or 0x9C567A) is unknown color: approx Strikemaster. HEX triplet: 9C, 56 and 7A. RGB value is (156,86,122). Sum of RGB (Red+Green+Blue) = 156+86+122=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C567A is #63A985. Grayscale: #6E6E6E. Windows color (decimal): -6531462 or 8017564. OLE color: 8017564.

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

Color convert

RGB15686122-
CMYK00.450.220.39
HSL329.14º28.93%47.45%-
HSV(B)329.14º44.87%61.18%-
XYZ20.5515.1320.25-
YUV111.03134.19160.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=42.86%
G=23.63%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568612200.450.220.39329.1428.9347.45
Hex9C567A02D16271491d2f
Octal23412617205526475113557
Binary100111001010110111101001011011011010011110100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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