#985B7E

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

Shades of Strikemaster #985B7E

Tints of Strikemaster #985B7E

Color information

#985B7E (or 0x985B7E) is unknown color: approx Strikemaster. HEX triplet: 98, 5B and 7E. RGB value is (152,91,126). Sum of RGB (Red+Green+Blue) = 152+91+126=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B7E is #67A481. Grayscale: #717171. Windows color (decimal): -6792322 or 8280984. OLE color: 8280984.

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

Color convert

RGB15291126-
CMYK00.400.170.40
HSL325.57º25.1%47.65%-
HSV(B)325.57º40.13%59.61%-
XYZ20.4615.6621.68-
YUV113.23135.21155.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 91 (35.94% from 255) = 24.66%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=41.19%
G=24.66%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529112600.400.170.40325.5725.147.65
Hex985B7E02811281461930
Octal23013317605021505063160
Binary100110001011011111111001010001000110100010100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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