#985186

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

Shades of Strikemaster #985186

Tints of Strikemaster #985186

Color information

#985186 (or 0x985186) is unknown color: approx Strikemaster. HEX triplet: 98, 51 and 86. RGB value is (152,81,134). Sum of RGB (Red+Green+Blue) = 152+81+134=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985186 is #67AE79. Grayscale: #6C6C6C. Windows color (decimal): -6794874 or 8802712. OLE color: 8802712.

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

Color convert

RGB15281134-
CMYK00.470.120.40
HSL315.21º30.47%45.69%-
HSV(B)315.21º46.71%59.61%-
XYZ20.1914.2824.25-
YUV108.27142.52159.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=41.42%
G=22.07%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528113400.470.120.40315.2130.4745.69
Hex98518602FC2813b1e2e
Octal23012120605714504733656
Binary100110001010001100001100101111110010100010011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985186; }

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

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

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

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

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

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

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

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