#98577C

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

Shades of Strikemaster #98577C

Tints of Strikemaster #98577C

Color information

#98577C (or 0x98577C) is unknown color: approx Strikemaster. HEX triplet: 98, 57 and 7C. RGB value is (152,87,124). Sum of RGB (Red+Green+Blue) = 152+87+124=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98577C is #67A883. Grayscale: #6E6E6E. Windows color (decimal): -6793348 or 8148888. OLE color: 8148888.

HSL color Cylindrical-coordinate representation of color #98577C: hue angle of 325.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98577C is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15287124-
CMYK00.430.180.40
HSL325.85º27.2%46.86%-
HSV(B)325.85º42.76%59.61%-
XYZ2014.9520.9-
YUV110.65135.53157.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=41.87%
G=23.97%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528712400.430.180.40325.8527.246.86
Hex98577C02B12281461b2f
Octal23012717405322505063357
Binary100110001010111111110001010111001010100010100011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98577C; }

 p { color: rgb(152,87,124); }

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

<style>
 a { background-color: #98577C; }

 a { background-color: rgb(152,87,124); }

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

<style>
 span { border-color: #98577C; }

 span { border-color: rgb(152,87,124); }

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