#985887

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

Shades of Strikemaster #985887

Tints of Strikemaster #985887

Color information

#985887 (or 0x985887) is unknown color: approx Strikemaster. HEX triplet: 98, 58 and 87. RGB value is (152,88,135). Sum of RGB (Red+Green+Blue) = 152+88+135=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #985887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985887 is #67A778. Grayscale: #707070. Windows color (decimal): -6793081 or 8870040. OLE color: 8870040.

HSL color Cylindrical-coordinate representation of color #985887: hue angle of 315.94º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985887 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15288135-
CMYK00.420.110.40
HSL315.94º26.67%47.06%-
HSV(B)315.94º42.11%59.61%-
XYZ20.8115.424.8-
YUV112.49140.7156.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 135 (53.12% from 255) = 36%
R=40.53%
G=23.47%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528813500.420.110.40315.9426.6747.06
Hex98588702AB2813c1b2f
Octal23013020705213504743357
Binary100110001011000100001110101010101110100010011110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985887; }

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

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

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

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

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

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

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

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