#9C5F7D

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

Shades of Strikemaster #9C5F7D

Tints of Strikemaster #9C5F7D

Color information

#9C5F7D (or 0x9C5F7D) is unknown color: approx Strikemaster. HEX triplet: 9C, 5F and 7D. RGB value is (156,95,125). Sum of RGB (Red+Green+Blue) = 156+95+125=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5F7D is #63A082. Grayscale: #747474. Windows color (decimal): -6529155 or 8216476. OLE color: 8216476.

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

Color convert

RGB15695125-
CMYK00.390.200.39
HSL330.49º24.3%49.22%-
HSV(B)330.49º39.1%61.18%-
XYZ21.516.7321.5-
YUV116.66132.71156.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=41.49%
G=25.27%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569512500.390.200.39330.4924.349.22
Hex9C5F7D027142714a1831
Octal23413717504724475123061
Binary100111001011111111110101001111010010011110100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,125); }

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

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

 a { background-color: rgb(156,95,125); }

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

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

 span { border-color: rgb(156,95,125); }

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