#994980

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

Shades of Strikemaster #994980

Tints of Strikemaster #994980

Color information

#994980 (or 0x994980) is unknown color: approx Strikemaster. HEX triplet: 99, 49 and 80. RGB value is (153,73,128). Sum of RGB (Red+Green+Blue) = 153+73+128=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994980 is #66B67F. Grayscale: #676767. Windows color (decimal): -6731392 or 8407449. OLE color: 8407449.

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

Color convert

RGB15373128-
CMYK00.520.160.4
HSL318.75º35.4%44.31%-
HSV(B)318.75º52.29%60%-
XYZ19.4213.121.93-
YUV103.19142163.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=43.22%
G=20.62%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537312800.520.160.4318.7535.444.31
Hex994980034102813f232c
Octal23111120006420504774354
Binary10011001100100110000000011010010000101000100111111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994980; }

 p { color: rgb(153,73,128); }

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

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

 a { background-color: rgb(153,73,128); }

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

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

 span { border-color: rgb(153,73,128); }

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