#985D7E

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

Shades of Strikemaster #985D7E

Tints of Strikemaster #985D7E

Color information

#985D7E (or 0x985D7E) is unknown color: approx Strikemaster. HEX triplet: 98, 5D and 7E. RGB value is (152,93,126). Sum of RGB (Red+Green+Blue) = 152+93+126=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D7E is #67A281. Grayscale: #727272. Windows color (decimal): -6791810 or 8281496. OLE color: 8281496.

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

Color convert

RGB15293126-
CMYK00.390.170.40
HSL326.44º24.08%48.04%-
HSV(B)326.44º38.82%59.61%-
XYZ20.6316.0121.74-
YUV114.4134.55154.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=40.97%
G=25.07%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529312600.390.170.40326.4424.0848.04
Hex985D7E02711281461830
Octal23013517604721505063060
Binary100110001011101111111001001111000110100010100011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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