#98557A

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

Shades of Strikemaster #98557A

Tints of Strikemaster #98557A

Color information

#98557A (or 0x98557A) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 7A. RGB value is (152,85,122). Sum of RGB (Red+Green+Blue) = 152+85+122=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98557A is #67AA85. Grayscale: #6D6D6D. Windows color (decimal): -6793862 or 8017304. OLE color: 8017304.

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

Color convert

RGB15285122-
CMYK00.440.200.40
HSL326.87º28.27%46.47%-
HSV(B)326.87º44.08%59.61%-
XYZ19.7114.5820.19-
YUV109.25135.2158.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=42.34%
G=23.68%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528512200.440.200.40326.8728.2746.47
Hex98557A02C14281471c2e
Octal23012517205424505073456
Binary100110001010101111101001011001010010100010100011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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