#986180

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

Shades of Strikemaster #986180

Tints of Strikemaster #986180

Color information

#986180 (or 0x986180) is unknown color: approx Strikemaster. HEX triplet: 98, 61 and 80. RGB value is (152,97,128). Sum of RGB (Red+Green+Blue) = 152+97+128=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #986180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986180 is #679E7F. Grayscale: #747474. Windows color (decimal): -6790784 or 8413592. OLE color: 8413592.

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

Color convert

RGB15297128-
CMYK00.360.160.40
HSL326.18º22.09%48.82%-
HSV(B)326.18º36.18%59.61%-
XYZ21.1216.7822.55-
YUV116.98134.22152.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=40.32%
G=25.73%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529712800.360.160.40326.1822.0948.82
Hex98618002410281461631
Octal23014120004420505062661
Binary1001100011000011000000001001001000010100010100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986180; }

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

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

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

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

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

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

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

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