#994F79

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

Shades of Strikemaster #994F79

Tints of Strikemaster #994F79

Color information

#994F79 (or 0x994F79) is unknown color: approx Strikemaster. HEX triplet: 99, 4F and 79. RGB value is (153,79,121). Sum of RGB (Red+Green+Blue) = 153+79+121=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F79 is #66B086. Grayscale: #696969. Windows color (decimal): -6729863 or 7950233. OLE color: 7950233.

HSL color Cylindrical-coordinate representation of color #994F79: hue angle of 325.95º 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 #994F79 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15379121-
CMYK00.480.210.4
HSL325.95º31.9%45.49%-
HSV(B)325.95º48.37%60%-
XYZ19.3813.7419.72-
YUV105.91136.52161.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=43.34%
G=22.38%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537912100.480.210.4325.9531.945.49
Hex994F790301528146202d
Octal23111717106025505064055
Binary1001100110011111111001011000010101101000101000110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994F79; }

 p { color: rgb(153,79,121); }

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

<style>
 a { background-color: #994F79; }

 a { background-color: rgb(153,79,121); }

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

<style>
 span { border-color: #994F79; }

 span { border-color: rgb(153,79,121); }

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