#984C86

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

Shades of Strikemaster #984C86

Tints of Strikemaster #984C86

Color information

#984C86 (or 0x984C86) is unknown color: approx Strikemaster. HEX triplet: 98, 4C and 86. RGB value is (152,76,134). Sum of RGB (Red+Green+Blue) = 152+76+134=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #984C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C86 is #67B379. Grayscale: #696969. Windows color (decimal): -6796154 or 8801432. OLE color: 8801432.

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

Color convert

RGB15276134-
CMYK00.500.120.40
HSL314.21º33.33%44.71%-
HSV(B)314.21º50%59.61%-
XYZ19.8413.5724.13-
YUV105.34144.18161.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=41.99%
G=20.99%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527613400.500.120.40314.2133.3344.71
Hex984C86032C2813a212d
Octal23011420606214504724155
Binary1001100010011001000011001100101100101000100111010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,76,134); }

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

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

 a { background-color: rgb(152,76,134); }

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

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

 span { border-color: rgb(152,76,134); }

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