#98517C

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

Shades of Strikemaster #98517C

Tints of Strikemaster #98517C

Color information

#98517C (or 0x98517C) is unknown color: approx Strikemaster. HEX triplet: 98, 51 and 7C. RGB value is (152,81,124). Sum of RGB (Red+Green+Blue) = 152+81+124=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98517C is #67AE83. Grayscale: #6B6B6B. Windows color (decimal): -6794884 or 8147352. OLE color: 8147352.

HSL color Cylindrical-coordinate representation of color #98517C: hue angle of 323.66º 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 #98517C is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15281124-
CMYK00.470.180.40
HSL323.66º30.47%45.69%-
HSV(B)323.66º46.71%59.61%-
XYZ19.5314.0220.74-
YUV107.13137.52160-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=42.58%
G=22.69%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528112400.470.180.40323.6630.4745.69
Hex98517C02F12281441e2e
Octal23012117405722505043656
Binary100110001010001111110001011111001010100010100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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