#985982

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

Shades of Strikemaster #985982

Tints of Strikemaster #985982

Color information

#985982 (or 0x985982) is unknown color: approx Strikemaster. HEX triplet: 98, 59 and 82. RGB value is (152,89,130). Sum of RGB (Red+Green+Blue) = 152+89+130=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985982 is #67A67D. Grayscale: #707070. Windows color (decimal): -6792830 or 8542616. OLE color: 8542616.

HSL color Cylindrical-coordinate representation of color #985982: hue angle of 320.95º 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 #985982 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15289130-
CMYK00.410.140.40
HSL320.95º26.14%47.25%-
HSV(B)320.95º41.45%59.61%-
XYZ20.5515.4323.01-
YUV112.51137.87156.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=40.97%
G=23.99%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528913000.410.140.40320.9526.1447.25
Hex985982029E281411a2f
Octal23013120205116505013257
Binary100110001011001100000100101001111010100010100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985982; }

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

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

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

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

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

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

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

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