#994A7E

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

Shades of Strikemaster #994A7E

Tints of Strikemaster #994A7E

Color information

#994A7E (or 0x994A7E) is unknown color: approx Strikemaster. HEX triplet: 99, 4A and 7E. RGB value is (153,74,126). Sum of RGB (Red+Green+Blue) = 153+74+126=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A7E is #66B581. Grayscale: #676767. Windows color (decimal): -6731138 or 8276633. OLE color: 8276633.

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

Color convert

RGB15374126-
CMYK00.520.180.4
HSL320.51º34.8%44.51%-
HSV(B)320.51º51.63%60%-
XYZ19.3513.1821.26-
YUV103.55140.67163.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=43.34%
G=20.96%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537412600.520.180.4320.5134.844.51
Hex994A7E0341228141232d
Octal23111217606422505014355
Binary1001100110010101111110011010010010101000101000001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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