#98557C

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

Shades of Strikemaster #98557C

Tints of Strikemaster #98557C

Color information

#98557C (or 0x98557C) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 7C. RGB value is (152,85,124). Sum of RGB (Red+Green+Blue) = 152+85+124=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98557C is #67AA83. Grayscale: #6D6D6D. Windows color (decimal): -6793860 or 8148376. OLE color: 8148376.

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

Color convert

RGB15285124-
CMYK00.440.180.40
HSL325.07º28.27%46.47%-
HSV(B)325.07º44.08%59.61%-
XYZ19.8414.6320.85-
YUV109.48136.2158.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=42.11%
G=23.55%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528512400.440.180.40325.0728.2746.47
Hex98557C02C12281451c2e
Octal23012517405422505053456
Binary100110001010101111110001011001001010100010100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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