#98557B

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

Shades of Strikemaster #98557B

Tints of Strikemaster #98557B

Color information

#98557B (or 0x98557B) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 7B. RGB value is (152,85,123). Sum of RGB (Red+Green+Blue) = 152+85+123=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98557B is #67AA84. Grayscale: #6D6D6D. Windows color (decimal): -6793861 or 8082840. OLE color: 8082840.

HSL color Cylindrical-coordinate representation of color #98557B: hue angle of 325.97º 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 #98557B is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15285123-
CMYK00.440.190.40
HSL325.97º28.27%46.47%-
HSV(B)325.97º44.08%59.61%-
XYZ19.7714.620.52-
YUV109.36135.7158.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=42.22%
G=23.61%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528512300.440.190.40325.9728.2746.47
Hex98557B02C13281461c2e
Octal23012517305423505063456
Binary100110001010101111101101011001001110100010100011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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