#985981

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

Shades of Strikemaster #985981

Tints of Strikemaster #985981

Color information

#985981 (or 0x985981) is unknown color: approx Strikemaster. HEX triplet: 98, 59 and 81. RGB value is (152,89,129). Sum of RGB (Red+Green+Blue) = 152+89+129=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985981 is #67A67E. Grayscale: #707070. Windows color (decimal): -6792831 or 8477080. OLE color: 8477080.

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

Color convert

RGB15289129-
CMYK00.410.150.40
HSL321.9º26.14%47.25%-
HSV(B)321.9º41.45%59.61%-
XYZ20.4815.4122.66-
YUV112.4137.37156.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=41.08%
G=24.05%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528912900.410.150.40321.926.1447.25
Hex985981029F281421a2f
Octal23013120105117505023257
Binary100110001011001100000010101001111110100010100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985981; }

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

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

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

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

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

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

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

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