#985488

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

Shades of Strikemaster #985488

Tints of Strikemaster #985488

Color information

#985488 (or 0x985488) is unknown color: approx Strikemaster. HEX triplet: 98, 54 and 88. RGB value is (152,84,136). Sum of RGB (Red+Green+Blue) = 152+84+136=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985488 is #67AB77. Grayscale: #6E6E6E. Windows color (decimal): -6794104 or 8934552. OLE color: 8934552.

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

Color convert

RGB15284136-
CMYK00.450.110.40
HSL314.12º28.81%46.27%-
HSV(B)314.12º44.74%59.61%-
XYZ20.5614.7925.06-
YUV110.26142.53157.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=40.86%
G=22.58%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528413600.450.110.40314.1228.8146.27
Hex98548802DB2813a1d2e
Octal23012421005513504723556
Binary100110001010100100010000101101101110100010011101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985488; }

 p { color: rgb(152,84,136); }

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

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

 a { background-color: rgb(152,84,136); }

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

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

 span { border-color: rgb(152,84,136); }

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