#984C7B

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

Shades of Strikemaster #984C7B

Tints of Strikemaster #984C7B

Color information

#984C7B (or 0x984C7B) is unknown color: approx Strikemaster. HEX triplet: 98, 4C and 7B. RGB value is (152,76,123). Sum of RGB (Red+Green+Blue) = 152+76+123=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #984C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984C7B is #67B384. Grayscale: #676767. Windows color (decimal): -6796165 or 8080536. OLE color: 8080536.

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

Color convert

RGB15276123-
CMYK00.500.190.40
HSL322.89º33.33%44.71%-
HSV(B)322.89º50%59.61%-
XYZ19.1113.2720.29-
YUV104.08138.68162.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=43.30%
G=21.65%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527612300.500.190.40322.8933.3344.71
Hex984C7B0321328143212d
Octal23011417306223505034155
Binary1001100010011001111011011001010011101000101000011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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