#9C5D7C

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

Shades of Strikemaster #9C5D7C

Tints of Strikemaster #9C5D7C

Color information

#9C5D7C (or 0x9C5D7C) is unknown color: approx Strikemaster. HEX triplet: 9C, 5D and 7C. RGB value is (156,93,124). Sum of RGB (Red+Green+Blue) = 156+93+124=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D7C is #63A283. Grayscale: #737373. Windows color (decimal): -6529668 or 8150428. OLE color: 8150428.

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

Color convert

RGB15693124-
CMYK00.400.210.39
HSL330.48º25.3%48.82%-
HSV(B)330.48º40.38%61.18%-
XYZ21.2616.3521.1-
YUV115.37132.87156.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=41.82%
G=24.93%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569312400.400.210.39330.4825.348.82
Hex9C5D7C028152714a1931
Octal23413517405025475123161
Binary100111001011101111110001010001010110011110100101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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