#994F7A

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

Shades of Strikemaster #994F7A

Tints of Strikemaster #994F7A

Color information

#994F7A (or 0x994F7A) is unknown color: approx Strikemaster. HEX triplet: 99, 4F and 7A. RGB value is (153,79,122). Sum of RGB (Red+Green+Blue) = 153+79+122=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F7A is #66B085. Grayscale: #696969. Windows color (decimal): -6729862 or 8015769. OLE color: 8015769.

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

Color convert

RGB15379122-
CMYK00.480.200.4
HSL325.14º31.9%45.49%-
HSV(B)325.14º48.37%60%-
XYZ19.4513.7720.05-
YUV106.03137.02161.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=43.22%
G=22.32%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537912200.480.200.4325.1431.945.49
Hex994F7A0301428145202d
Octal23111717206024505054055
Binary1001100110011111111010011000010100101000101000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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