#985980

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

Shades of Strikemaster #985980

Tints of Strikemaster #985980

Color information

#985980 (or 0x985980) is unknown color: approx Strikemaster. HEX triplet: 98, 59 and 80. RGB value is (152,89,128). Sum of RGB (Red+Green+Blue) = 152+89+128=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985980 is #67A67F. Grayscale: #707070. Windows color (decimal): -6792832 or 8411544. OLE color: 8411544.

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

Color convert

RGB15289128-
CMYK00.410.160.40
HSL322.86º26.14%47.25%-
HSV(B)322.86º41.45%59.61%-
XYZ20.4215.3822.31-
YUV112.28136.87156.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=41.19%
G=24.12%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528912800.410.160.40322.8626.1447.25
Hex98598002910281431a2f
Octal23013120005120505033257
Binary1001100010110011000000001010011000010100010100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985980; }

 p { color: rgb(152,89,128); }

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

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

 a { background-color: rgb(152,89,128); }

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

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

 span { border-color: rgb(152,89,128); }

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