#984C78

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

Shades of Strikemaster #984C78

Tints of Strikemaster #984C78

Color information

#984C78 (or 0x984C78) is unknown color: approx Strikemaster. HEX triplet: 98, 4C and 78. RGB value is (152,76,120). Sum of RGB (Red+Green+Blue) = 152+76+120=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #984C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984C78 is #67B387. Grayscale: #676767. Windows color (decimal): -6796168 or 7883928. OLE color: 7883928.

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

Color convert

RGB15276120-
CMYK00.500.210.40
HSL325.26º33.33%44.71%-
HSV(B)325.26º50%59.61%-
XYZ18.9213.219.32-
YUV103.74137.18162.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=43.68%
G=21.84%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527612000.500.210.40325.2633.3344.71
Hex984C780321528145212d
Octal23011417006225505054155
Binary1001100010011001111000011001010101101000101000101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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