#98517F

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

Shades of Strikemaster #98517F

Tints of Strikemaster #98517F

Color information

#98517F (or 0x98517F) is unknown color: approx Strikemaster. HEX triplet: 98, 51 and 7F. RGB value is (152,81,127). Sum of RGB (Red+Green+Blue) = 152+81+127=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98517F is #67AE80. Grayscale: #6B6B6B. Windows color (decimal): -6794881 or 8343960. OLE color: 8343960.

HSL color Cylindrical-coordinate representation of color #98517F: hue angle of 321.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98517F is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15281127-
CMYK00.470.160.40
HSL321.13º30.47%45.69%-
HSV(B)321.13º46.71%59.61%-
XYZ19.7214.0921.76-
YUV107.47139.02159.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 127 (50% from 255) = 35.28%
R=42.22%
G=22.5%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528112700.470.160.40321.1330.4745.69
Hex98517F02F10281411e2e
Octal23012117705720505013656
Binary100110001010001111111101011111000010100010100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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