#984984

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

Shades of Strikemaster #984984

Tints of Strikemaster #984984

Color information

#984984 (or 0x984984) is unknown color: approx Strikemaster. HEX triplet: 98, 49 and 84. RGB value is (152,73,132). Sum of RGB (Red+Green+Blue) = 152+73+132=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #984984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984984 is #67B67B. Grayscale: #676767. Windows color (decimal): -6796924 or 8669592. OLE color: 8669592.

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

Color convert

RGB15273132-
CMYK00.520.130.40
HSL315.19º35.11%44.12%-
HSV(B)315.19º51.97%59.61%-
XYZ19.513.1123.33-
YUV103.35144.17162.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=42.58%
G=20.45%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527313200.520.130.40315.1935.1144.12
Hex984984034D2813b232c
Octal23011120406415504734354
Binary1001100010010011000010001101001101101000100111011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984984; }

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

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

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

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

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

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

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

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