#985E87

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

Shades of Strikemaster #985E87

Tints of Strikemaster #985E87

Color information

#985E87 (or 0x985E87) is unknown color: approx Strikemaster. HEX triplet: 98, 5E and 87. RGB value is (152,94,135). Sum of RGB (Red+Green+Blue) = 152+94+135=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E87 is #67A178. Grayscale: #737373. Windows color (decimal): -6791545 or 8871576. OLE color: 8871576.

HSL color Cylindrical-coordinate representation of color #985E87: hue angle of 317.59º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985E87 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15294135-
CMYK00.380.110.40
HSL317.59º23.58%48.24%-
HSV(B)317.59º38.16%59.61%-
XYZ21.3216.4324.97-
YUV116.02138.72153.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=39.90%
G=24.67%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529413500.380.110.40317.5923.5848.24
Hex985E87026B2813e1830
Octal23013620704613504763060
Binary100110001011110100001110100110101110100010011111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985E87; }

 p { color: rgb(152,94,135); }

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

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

 a { background-color: rgb(152,94,135); }

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

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

 span { border-color: rgb(152,94,135); }

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