#984F82

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

Shades of Strikemaster #984F82

Tints of Strikemaster #984F82

Color information

#984F82 (or 0x984F82) is unknown color: approx Strikemaster. HEX triplet: 98, 4F and 82. RGB value is (152,79,130). Sum of RGB (Red+Green+Blue) = 152+79+130=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #984F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F82 is #67B07D. Grayscale: #6A6A6A. Windows color (decimal): -6795390 or 8540056. OLE color: 8540056.

HSL color Cylindrical-coordinate representation of color #984F82: hue angle of 318.08º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F82 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15279130-
CMYK00.480.140.40
HSL318.08º31.6%45.29%-
HSV(B)318.08º48.03%59.61%-
XYZ19.7713.8822.76-
YUV106.64141.18160.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=42.11%
G=21.88%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527913000.480.140.40318.0831.645.29
Hex984F82030E2813e202d
Octal23011720206016504764055
Binary1001100010011111000001001100001110101000100111110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984F82; }

 p { color: rgb(152,79,130); }

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

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

 a { background-color: rgb(152,79,130); }

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

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

 span { border-color: rgb(152,79,130); }

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