#985F86

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

Shades of Strikemaster #985F86

Tints of Strikemaster #985F86

Color information

#985F86 (or 0x985F86) is unknown color: approx Strikemaster. HEX triplet: 98, 5F and 86. RGB value is (152,95,134). Sum of RGB (Red+Green+Blue) = 152+95+134=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985F86 is #67A079. Grayscale: #747474. Windows color (decimal): -6791290 or 8806296. OLE color: 8806296.

HSL color Cylindrical-coordinate representation of color #985F86: hue angle of 318.95º degrees, saturation: 0.23, 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 #985F86 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15295134-
CMYK00.380.120.40
HSL318.95º23.08%48.43%-
HSV(B)318.95º37.5%59.61%-
XYZ21.3416.5824.63-
YUV116.49137.88153.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=39.90%
G=24.93%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529513400.380.120.40318.9523.0848.43
Hex985F86026C2813f1730
Octal23013720604614504772760
Binary100110001011111100001100100110110010100010011111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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