#994A82

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

Shades of Strikemaster #994A82

Tints of Strikemaster #994A82

Color information

#994A82 (or 0x994A82) is unknown color: approx Strikemaster. HEX triplet: 99, 4A and 82. RGB value is (153,74,130). Sum of RGB (Red+Green+Blue) = 153+74+130=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #994A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994A82 is #66B57D. Grayscale: #676767. Windows color (decimal): -6731134 or 8538777. OLE color: 8538777.

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

Color convert

RGB15374130-
CMYK00.520.150.4
HSL317.47º34.8%44.51%-
HSV(B)317.47º51.63%60%-
XYZ19.6113.2822.65-
YUV104142.67162.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=42.86%
G=20.73%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537413000.520.150.4317.4734.844.51
Hex994A82034F2813d232d
Octal23111220206417504754355
Binary1001100110010101000001001101001111101000100111101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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