#986080

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

Shades of Strikemaster #986080

Tints of Strikemaster #986080

Color information

#986080 (or 0x986080) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 80. RGB value is (152,96,128). Sum of RGB (Red+Green+Blue) = 152+96+128=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #986080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986080 is #679F7F. Grayscale: #747474. Windows color (decimal): -6791040 or 8413336. OLE color: 8413336.

HSL color Cylindrical-coordinate representation of color #986080: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986080 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15296128-
CMYK00.370.160.40
HSL325.71º22.58%48.63%-
HSV(B)325.71º36.84%59.61%-
XYZ21.0316.622.52-
YUV116.39134.55153.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=40.43%
G=25.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529612800.370.160.40325.7122.5848.63
Hex98608002510281461731
Octal23014020004520505062761
Binary1001100011000001000000001001011000010100010100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986080; }

 p { color: rgb(152,96,128); }

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

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

 a { background-color: rgb(152,96,128); }

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

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

 span { border-color: rgb(152,96,128); }

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