#994A79

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

Shades of Strikemaster #994A79

Tints of Strikemaster #994A79

Color information

#994A79 (or 0x994A79) is unknown color: approx Strikemaster. HEX triplet: 99, 4A and 79. RGB value is (153,74,121). Sum of RGB (Red+Green+Blue) = 153+74+121=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #994A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A79 is #66B586. Grayscale: #666666. Windows color (decimal): -6731143 or 7948953. OLE color: 7948953.

HSL color Cylindrical-coordinate representation of color #994A79: hue angle of 324.3º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994A79 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15374121-
CMYK00.520.210.4
HSL324.3º34.8%44.51%-
HSV(B)324.3º51.63%60%-
XYZ19.0413.0519.6-
YUV102.98138.17163.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 74 (29.30% from 255) = 21.26%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=43.97%
G=21.26%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537412100.520.210.4324.334.844.51
Hex994A790341528144232d
Octal23111217106425505044355
Binary1001100110010101111001011010010101101000101000100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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