#985D80

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

Shades of Strikemaster #985D80

Tints of Strikemaster #985D80

Color information

#985D80 (or 0x985D80) is unknown color: approx Strikemaster. HEX triplet: 98, 5D and 80. RGB value is (152,93,128). Sum of RGB (Red+Green+Blue) = 152+93+128=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #985D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985D80 is #67A27F. Grayscale: #727272. Windows color (decimal): -6791808 or 8412568. OLE color: 8412568.

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

Color convert

RGB15293128-
CMYK00.390.160.40
HSL324.41º24.08%48.04%-
HSV(B)324.41º38.82%59.61%-
XYZ20.7616.0622.43-
YUV114.63135.55154.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=40.75%
G=24.93%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529312800.390.160.40324.4124.0848.04
Hex985D8002710281441830
Octal23013520004720505043060
Binary1001100010111011000000001001111000010100010100010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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