#985078

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

Shades of Strikemaster #985078

Tints of Strikemaster #985078

Color information

#985078 (or 0x985078) is unknown color: approx Strikemaster. HEX triplet: 98, 50 and 78. RGB value is (152,80,120). Sum of RGB (Red+Green+Blue) = 152+80+120=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985078 is #67AF87. Grayscale: #6A6A6A. Windows color (decimal): -6795144 or 7884952. OLE color: 7884952.

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

Color convert

RGB15280120-
CMYK00.470.210.40
HSL326.67º31.03%45.49%-
HSV(B)326.67º47.37%59.61%-
XYZ19.2113.7719.41-
YUV106.09135.85160.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=43.18%
G=22.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528012000.470.210.40326.6731.0345.49
Hex98507802F15281471f2d
Octal23012017005725505073755
Binary100110001010000111100001011111010110100010100011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985078; }

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

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

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

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

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

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

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

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