#9C5E7E

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

Shades of Strikemaster #9C5E7E

Tints of Strikemaster #9C5E7E

Color information

#9C5E7E (or 0x9C5E7E) is unknown color: approx Strikemaster. HEX triplet: 9C, 5E and 7E. RGB value is (156,94,126). Sum of RGB (Red+Green+Blue) = 156+94+126=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E7E is #63A181. Grayscale: #747474. Windows color (decimal): -6529410 or 8281756. OLE color: 8281756.

HSL color Cylindrical-coordinate representation of color #9C5E7E: hue angle of 329.03º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E7E is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15694126-
CMYK00.400.190.39
HSL329.03º24.8%49.02%-
HSV(B)329.03º39.74%61.18%-
XYZ21.4816.5821.81-
YUV116.19133.54156.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=41.49%
G=25%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569412600.400.190.39329.0324.849.02
Hex9C5E7E02813271491931
Octal23413617605023475113161
Binary100111001011110111111001010001001110011110100100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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