#994f85

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

Shades of Strikemaster #994F85

Tints of Strikemaster #994F85

Color information

#994F85 (or 0x994F85) is unknown color: approx Strikemaster. HEX triplet: 99, 4F and 85. RGB value is (153,79,133). Sum of RGB (Red+Green+Blue) = 153+79+133=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994F85 is #66B07A. Grayscale: #6B6B6B. Windows color (decimal): -6729851 or 8736665. OLE color: 8736665.

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

Color convert

RGB15379133-
CMYK00.480.130.4
HSL316.22º31.9%45.49%-
HSV(B)316.22º48.37%60%-
XYZ20.1714.0623.84-
YUV107.28142.52160.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=41.92%
G=21.64%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537913300.480.130.4316.2231.945.49
Hex994F85030D2813c202d
Octal23111720506015504744055
Binary1001100110011111000010101100001101101000100111100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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