#984F7C

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

Shades of Strikemaster #984F7C

Tints of Strikemaster #984F7C

Color information

#984F7C (or 0x984F7C) is unknown color: approx Strikemaster. HEX triplet: 98, 4F and 7C. RGB value is (152,79,124). Sum of RGB (Red+Green+Blue) = 152+79+124=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #984F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F7C is #67B083. Grayscale: #696969. Windows color (decimal): -6795396 or 8146840. OLE color: 8146840.

HSL color Cylindrical-coordinate representation of color #984F7C: hue angle of 323.01º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F7C is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15279124-
CMYK00.480.180.40
HSL323.01º31.6%45.29%-
HSV(B)323.01º48.03%59.61%-
XYZ19.3813.7220.7-
YUV105.96138.18160.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=42.82%
G=22.25%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527912400.480.180.40323.0131.645.29
Hex984F7C0301228143202d
Octal23011717406022505034055
Binary1001100010011111111100011000010010101000101000011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,79,124); }

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

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

 a { background-color: rgb(152,79,124); }

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

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

 span { border-color: rgb(152,79,124); }

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