#984F7F

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

Shades of Strikemaster #984F7F

Tints of Strikemaster #984F7F

Color information

#984F7F (or 0x984F7F) is unknown color: approx Strikemaster. HEX triplet: 98, 4F and 7F. RGB value is (152,79,127). Sum of RGB (Red+Green+Blue) = 152+79+127=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #984F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F7F is #67B080. Grayscale: #6A6A6A. Windows color (decimal): -6795393 or 8343448. OLE color: 8343448.

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

Color convert

RGB15279127-
CMYK00.480.160.40
HSL320.55º31.6%45.29%-
HSV(B)320.55º48.03%59.61%-
XYZ19.5813.821.71-
YUV106.3139.68160.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 79 (31.25% from 255) = 22.07%
BLUE value IS 127 (50% from 255) = 35.47%
R=42.46%
G=22.07%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527912700.480.160.40320.5531.645.29
Hex984F7F0301028141202d
Octal23011717706020505014055
Binary1001100010011111111111011000010000101000101000001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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