#984D84

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

Shades of Strikemaster #984D84

Tints of Strikemaster #984D84

Color information

#984D84 (or 0x984D84) is unknown color: approx Strikemaster. HEX triplet: 98, 4D and 84. RGB value is (152,77,132). Sum of RGB (Red+Green+Blue) = 152+77+132=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #984D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D84 is #67B27B. Grayscale: #696969. Windows color (decimal): -6795900 or 8670616. OLE color: 8670616.

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

Color convert

RGB15277132-
CMYK00.490.130.40
HSL316º32.75%44.9%-
HSV(B)316º49.34%59.61%-
XYZ19.7713.6523.42-
YUV105.7142.85161.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=42.11%
G=21.33%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527713200.490.130.4031632.7544.9
Hex984D84031D2813c212d
Octal23011520406115504744155
Binary1001100010011011000010001100011101101000100111100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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