#985B8A

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

Shades of Strikemaster #985B8A

Tints of Strikemaster #985B8A

Color information

#985B8A (or 0x985B8A) is unknown color: approx Strikemaster. HEX triplet: 98, 5B and 8A. RGB value is (152,91,138). Sum of RGB (Red+Green+Blue) = 152+91+138=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B8A is #67A475. Grayscale: #727272. Windows color (decimal): -6792310 or 9067416. OLE color: 9067416.

HSL color Cylindrical-coordinate representation of color #985B8A: hue angle of 313.77º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B8A is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15291138-
CMYK00.400.090.40
HSL313.77º25.1%47.65%-
HSV(B)313.77º40.13%59.61%-
XYZ21.2815.9926.01-
YUV114.6141.21154.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=39.90%
G=23.88%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529113800.400.090.40313.7725.147.65
Hex985B8A02892813a1930
Octal23013321205011504723160
Binary100110001011011100010100101000100110100010011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985B8A; }

 p { color: rgb(152,91,138); }

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

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

 a { background-color: rgb(152,91,138); }

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

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

 span { border-color: rgb(152,91,138); }

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