#985D7C

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

Shades of Strikemaster #985D7C

Tints of Strikemaster #985D7C

Color information

#985D7C (or 0x985D7C) is unknown color: approx Strikemaster. HEX triplet: 98, 5D and 7C. RGB value is (152,93,124). Sum of RGB (Red+Green+Blue) = 152+93+124=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D7C is #67A283. Grayscale: #727272. Windows color (decimal): -6791812 or 8150424. OLE color: 8150424.

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

Color convert

RGB15293124-
CMYK00.390.180.40
HSL328.47º24.08%48.04%-
HSV(B)328.47º38.82%59.61%-
XYZ20.515.9621.07-
YUV114.17133.55154.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=41.19%
G=25.20%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529312400.390.180.40328.4724.0848.04
Hex985D7C02712281481830
Octal23013517404722505103060
Binary100110001011101111110001001111001010100010100100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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