#986380

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

Shades of Strikemaster #986380

Tints of Strikemaster #986380

Color information

#986380 (or 0x986380) is unknown color: approx Strikemaster. HEX triplet: 98, 63 and 80. RGB value is (152,99,128). Sum of RGB (Red+Green+Blue) = 152+99+128=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #986380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986380 is #679C7F. Grayscale: #767676. Windows color (decimal): -6790272 or 8414104. OLE color: 8414104.

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

Color convert

RGB15299128-
CMYK00.350.160.40
HSL327.17º21.12%49.22%-
HSV(B)327.17º34.87%59.61%-
XYZ21.3117.1622.61-
YUV118.15133.56152.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=40.11%
G=26.12%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529912800.350.160.40327.1721.1249.22
Hex98638002310281471531
Octal23014320004320505072561
Binary1001100011000111000000001000111000010100010100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986380; }

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

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

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

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

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

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

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

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