#984983

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

Shades of Strikemaster #984983

Tints of Strikemaster #984983

Color information

#984983 (or 0x984983) is unknown color: approx Strikemaster. HEX triplet: 98, 49 and 83. RGB value is (152,73,131). Sum of RGB (Red+Green+Blue) = 152+73+131=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #984983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984983 is #67B67C. Grayscale: #676767. Windows color (decimal): -6796925 or 8604056. OLE color: 8604056.

HSL color Cylindrical-coordinate representation of color #984983: hue angle of 315.95º 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 #984983 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15273131-
CMYK00.520.140.40
HSL315.95º35.11%44.12%-
HSV(B)315.95º51.97%59.61%-
XYZ19.4313.0822.97-
YUV103.23143.67162.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=42.70%
G=20.51%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527313100.520.140.40315.9535.1144.12
Hex984983034E2813c232c
Octal23011120306416504744354
Binary1001100010010011000001101101001110101000100111100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984983; }

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

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

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

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

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

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

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

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