#985C79

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

Shades of Strikemaster #985C79

Tints of Strikemaster #985C79

Color information

#985C79 (or 0x985C79) is unknown color: approx Strikemaster. HEX triplet: 98, 5C and 79. RGB value is (152,92,121). Sum of RGB (Red+Green+Blue) = 152+92+121=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #985C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C79 is #67A386. Grayscale: #717171. Windows color (decimal): -6792071 or 7953560. OLE color: 7953560.

HSL color Cylindrical-coordinate representation of color #985C79: hue angle of 331º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C79 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15292121-
CMYK00.390.200.40
HSL331º24.59%47.84%-
HSV(B)331º39.47%59.61%-
XYZ20.2315.7120.06-
YUV113.25132.38155.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 121 (47.66% from 255) = 33.15%
R=41.64%
G=25.21%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529212100.390.200.4033124.5947.84
Hex985C79027142814b1930
Octal23013417104724505133160
Binary100110001011100111100101001111010010100010100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985C79; }

 p { color: rgb(152,92,121); }

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

<style>
 a { background-color: #985C79; }

 a { background-color: rgb(152,92,121); }

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

<style>
 span { border-color: #985C79; }

 span { border-color: rgb(152,92,121); }

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