#98577F

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

Shades of Strikemaster #98577F

Tints of Strikemaster #98577F

Color information

#98577F (or 0x98577F) is unknown color: approx Strikemaster. HEX triplet: 98, 57 and 7F. RGB value is (152,87,127). Sum of RGB (Red+Green+Blue) = 152+87+127=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #98577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98577F is #67A880. Grayscale: #6E6E6E. Windows color (decimal): -6793345 or 8345496. OLE color: 8345496.

HSL color Cylindrical-coordinate representation of color #98577F: hue angle of 323.08º 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 #98577F is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15287127-
CMYK00.430.160.40
HSL323.08º27.2%46.86%-
HSV(B)323.08º42.76%59.61%-
XYZ20.1915.0221.91-
YUV110.99137.03157.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 127 (50% from 255) = 34.70%
R=41.53%
G=23.77%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528712700.430.160.40323.0827.246.86
Hex98577F02B10281431b2f
Octal23012717705320505033357
Binary100110001010111111111101010111000010100010100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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