#994682

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

Shades of Strikemaster #994682

Tints of Strikemaster #994682

Color information

#994682 (or 0x994682) is unknown color: approx Strikemaster. HEX triplet: 99, 46 and 82. RGB value is (153,70,130). Sum of RGB (Red+Green+Blue) = 153+70+130=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994682 is #66B97D. Grayscale: #656565. Windows color (decimal): -6732158 or 8537753. OLE color: 8537753.

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

Color convert

RGB15370130-
CMYK00.540.150.4
HSL316.63º37.22%43.73%-
HSV(B)316.63º54.25%60%-
XYZ19.3612.7622.56-
YUV101.66144164.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=43.34%
G=19.83%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537013000.540.150.4316.6337.2243.73
Hex994682036F2813d252c
Octal23110620206617504754554
Binary1001100110001101000001001101101111101000100111101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994682; }

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

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

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

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

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

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

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

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