#985C82

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

Shades of Strikemaster #985C82

Tints of Strikemaster #985C82

Color information

#985C82 (or 0x985C82) is unknown color: approx Strikemaster. HEX triplet: 98, 5C and 82. RGB value is (152,92,130). Sum of RGB (Red+Green+Blue) = 152+92+130=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C82 is #67A37D. Grayscale: #727272. Windows color (decimal): -6792062 or 8543384. OLE color: 8543384.

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

Color convert

RGB15292130-
CMYK00.390.140.40
HSL322º24.59%47.84%-
HSV(B)322º39.47%59.61%-
XYZ20.8115.9423.1-
YUV114.27136.88154.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=40.64%
G=24.60%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529213000.390.140.4032224.5947.84
Hex985C82027E281421930
Octal23013420204716505023160
Binary100110001011100100000100100111111010100010100001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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