#985087

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

Shades of Strikemaster #985087

Tints of Strikemaster #985087

Color information

#985087 (or 0x985087) is unknown color: approx Strikemaster. HEX triplet: 98, 50 and 87. RGB value is (152,80,135). Sum of RGB (Red+Green+Blue) = 152+80+135=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985087 is #67AF78. Grayscale: #6B6B6B. Windows color (decimal): -6795129 or 8867992. OLE color: 8867992.

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

Color convert

RGB15280135-
CMYK00.470.110.40
HSL314.17º31.03%45.49%-
HSV(B)314.17º47.37%59.61%-
XYZ20.1914.1624.59-
YUV107.8143.35159.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=41.42%
G=21.80%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528013500.470.110.40314.1731.0345.49
Hex98508702FB2813a1f2d
Octal23012020705713504723755
Binary100110001010000100001110101111101110100010011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985087; }

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

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

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

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

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

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

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

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