#984F84

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

Shades of Strikemaster #984F84

Tints of Strikemaster #984F84

Color information

#984F84 (or 0x984F84) is unknown color: approx Strikemaster. HEX triplet: 98, 4F and 84. RGB value is (152,79,132). Sum of RGB (Red+Green+Blue) = 152+79+132=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #984F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F84 is #67B07B. Grayscale: #6A6A6A. Windows color (decimal): -6795388 or 8671128. OLE color: 8671128.

HSL color Cylindrical-coordinate representation of color #984F84: hue angle of 316.44º 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 #984F84 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15279132-
CMYK00.480.130.40
HSL316.44º31.6%45.29%-
HSV(B)316.44º48.03%59.61%-
XYZ19.9113.9323.47-
YUV106.87142.18160.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=41.87%
G=21.76%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527913200.480.130.40316.4431.645.29
Hex984F84030D2813c202d
Octal23011720406015504744055
Binary1001100010011111000010001100001101101000100111100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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