#994A7F

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

Shades of Strikemaster #994A7F

Tints of Strikemaster #994A7F

Color information

#994A7F (or 0x994A7F) is unknown color: approx Strikemaster. HEX triplet: 99, 4A and 7F. RGB value is (153,74,127). Sum of RGB (Red+Green+Blue) = 153+74+127=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A7F is #66B580. Grayscale: #676767. Windows color (decimal): -6731137 or 8342169. OLE color: 8342169.

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

Color convert

RGB15374127-
CMYK00.520.170.4
HSL319.75º34.8%44.51%-
HSV(B)319.75º51.63%60%-
XYZ19.4213.221.6-
YUV103.66141.17163.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 74 (29.30% from 255) = 20.90%
BLUE value IS 127 (50% from 255) = 35.88%
R=43.22%
G=20.90%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537412700.520.170.4319.7534.844.51
Hex994A7F0341128140232d
Octal23111217706421505004355
Binary1001100110010101111111011010010001101000101000000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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