#985778

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

Shades of Strikemaster #985778

Tints of Strikemaster #985778

Color information

#985778 (or 0x985778) is unknown color: approx Strikemaster. HEX triplet: 98, 57 and 78. RGB value is (152,87,120). Sum of RGB (Red+Green+Blue) = 152+87+120=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #985778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985778 is #67A887. Grayscale: #6E6E6E. Windows color (decimal): -6793352 or 7886744. OLE color: 7886744.

HSL color Cylindrical-coordinate representation of color #985778: hue angle of 329.54º 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 #985778 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15287120-
CMYK00.430.210.40
HSL329.54º27.2%46.86%-
HSV(B)329.54º42.76%59.61%-
XYZ19.7514.8519.59-
YUV110.2133.53157.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=42.34%
G=24.23%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528712000.430.210.40329.5427.246.86
Hex98577802B152814a1b2f
Octal23012717005325505123357
Binary100110001010111111100001010111010110100010100101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985778; }

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

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

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

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

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

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

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

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