#985579

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

Shades of Strikemaster #985579

Tints of Strikemaster #985579

Color information

#985579 (or 0x985579) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 79. RGB value is (152,85,121). Sum of RGB (Red+Green+Blue) = 152+85+121=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #985579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985579 is #67AA86. Grayscale: #6D6D6D. Windows color (decimal): -6793863 or 7951768. OLE color: 7951768.

HSL color Cylindrical-coordinate representation of color #985579: hue angle of 327.76º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985579 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15285121-
CMYK00.440.200.40
HSL327.76º28.27%46.47%-
HSV(B)327.76º44.08%59.61%-
XYZ19.6514.5519.86-
YUV109.14134.7158.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=42.46%
G=23.74%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528512100.440.200.40327.7628.2746.47
Hex98557902C14281481c2e
Octal23012517105424505103456
Binary100110001010101111100101011001010010100010100100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985579; }

 p { color: rgb(152,85,121); }

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

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

 a { background-color: rgb(152,85,121); }

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

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

 span { border-color: rgb(152,85,121); }

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