#985C7F

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

Shades of Strikemaster #985C7F

Tints of Strikemaster #985C7F

Color information

#985C7F (or 0x985C7F) is unknown color: approx Strikemaster. HEX triplet: 98, 5C and 7F. RGB value is (152,92,127). Sum of RGB (Red+Green+Blue) = 152+92+127=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C7F is #67A380. Grayscale: #717171. Windows color (decimal): -6792065 or 8346776. OLE color: 8346776.

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

Color convert

RGB15292127-
CMYK00.390.160.40
HSL325º24.59%47.84%-
HSV(B)325º39.47%59.61%-
XYZ20.6115.8622.05-
YUV113.93135.38155.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 127 (50% from 255) = 34.23%
R=40.97%
G=24.80%
B=34.23%

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
Decimal1529212700.390.160.4032524.5947.84
Hex985C7F02710281451930
Octal23013417704720505053160
Binary100110001011100111111101001111000010100010100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,92,127); }

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

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

 a { background-color: rgb(152,92,127); }

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

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

 span { border-color: rgb(152,92,127); }

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