#985178

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

Shades of Strikemaster #985178

Tints of Strikemaster #985178

Color information

#985178 (or 0x985178) is unknown color: approx Strikemaster. HEX triplet: 98, 51 and 78. RGB value is (152,81,120). Sum of RGB (Red+Green+Blue) = 152+81+120=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985178 is #67AE87. Grayscale: #6A6A6A. Windows color (decimal): -6794888 or 7885208. OLE color: 7885208.

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

Color convert

RGB15281120-
CMYK00.470.210.40
HSL327.04º30.47%45.69%-
HSV(B)327.04º46.71%59.61%-
XYZ19.2813.9219.44-
YUV106.68135.52160.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=43.06%
G=22.95%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528112000.470.210.40327.0430.4745.69
Hex98517802F15281471e2e
Octal23012117005725505073656
Binary100110001010001111100001011111010110100010100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985178; }

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

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

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

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

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

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

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

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