#9D6079

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

Shades of Strikemaster #9D6079

Tints of Strikemaster #9D6079

Color information

#9D6079 (or 0x9D6079) is unknown color: approx Strikemaster. HEX triplet: 9D, 60 and 79. RGB value is (157,96,121). Sum of RGB (Red+Green+Blue) = 157+96+121=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6079 is #629F86. Grayscale: #757575. Windows color (decimal): -6463367 or 7954589. OLE color: 7954589.

HSL color Cylindrical-coordinate representation of color #9D6079: hue angle of 335.41º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D6079 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15796121-
CMYK00.390.230.38
HSL335.41º24.11%49.61%-
HSV(B)335.41º38.85%61.57%-
XYZ21.5416.9120.22-
YUV117.09130.21156.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.98%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=41.98%
G=25.67%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579612100.390.230.38335.4124.1149.61
Hex9D6079027172614f1832
Octal23514017104727465173062
Binary100111011100000111100101001111011110011010100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,121); }

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

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

 a { background-color: rgb(157,96,121); }

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

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

 span { border-color: rgb(157,96,121); }

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