#9C5079

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

Shades of Strikemaster #9C5079

Tints of Strikemaster #9C5079

Color information

#9C5079 (or 0x9C5079) is unknown color: approx Strikemaster. HEX triplet: 9C, 50 and 79. RGB value is (156,80,121). Sum of RGB (Red+Green+Blue) = 156+80+121=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5079 is #63AF86. Grayscale: #6B6B6B. Windows color (decimal): -6532999 or 7950492. OLE color: 7950492.

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

Color convert

RGB15680121-
CMYK00.490.220.39
HSL327.63º32.2%46.27%-
HSV(B)327.63º48.72%61.18%-
XYZ20.0314.1919.77-
YUV107.4135.68162.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.70%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=43.70%
G=22.41%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568012100.490.220.39327.6332.246.27
Hex9C50790311627148202e
Octal23412017106126475104056
Binary1001110010100001111001011000110110100111101001000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,80,121); }

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

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

 a { background-color: rgb(156,80,121); }

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

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

 span { border-color: rgb(156,80,121); }

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