#985C83

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

Shades of Strikemaster #985C83

Tints of Strikemaster #985C83

Color information

#985C83 (or 0x985C83) is unknown color: approx Strikemaster. HEX triplet: 98, 5C and 83. RGB value is (152,92,131). Sum of RGB (Red+Green+Blue) = 152+92+131=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #985C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C83 is #67A37C. Grayscale: #727272. Windows color (decimal): -6792061 or 8608920. OLE color: 8608920.

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

Color convert

RGB15292131-
CMYK00.390.140.40
HSL321º24.59%47.84%-
HSV(B)321º39.47%59.61%-
XYZ20.8715.9723.45-
YUV114.39137.38154.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 131 (51.56% from 255) = 34.93%
R=40.53%
G=24.53%
B=34.93%

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
Decimal1529213100.390.140.4032124.5947.84
Hex985C83027E281411930
Octal23013420304716505013160
Binary100110001011100100000110100111111010100010100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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