#985779

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

Shades of Strikemaster #985779

Tints of Strikemaster #985779

Color information

#985779 (or 0x985779) is unknown color: approx Strikemaster. HEX triplet: 98, 57 and 79. RGB value is (152,87,121). Sum of RGB (Red+Green+Blue) = 152+87+121=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #985779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985779 is #67A886. Grayscale: #6E6E6E. Windows color (decimal): -6793351 or 7952280. OLE color: 7952280.

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

Color convert

RGB15287121-
CMYK00.430.200.40
HSL328.62º27.2%46.86%-
HSV(B)328.62º42.76%59.61%-
XYZ19.8114.8719.92-
YUV110.31134.03157.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=42.22%
G=24.17%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528712100.430.200.40328.6227.246.86
Hex98577902B14281491b2f
Octal23012717105324505113357
Binary100110001010111111100101010111010010100010100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985779; }

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

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

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

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

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

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

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

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