#994684

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

Shades of Strikemaster #994684

Tints of Strikemaster #994684

Color information

#994684 (or 0x994684) is unknown color: approx Strikemaster. HEX triplet: 99, 46 and 84. RGB value is (153,70,132). Sum of RGB (Red+Green+Blue) = 153+70+132=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994684 is #66B97B. Grayscale: #656565. Windows color (decimal): -6732156 or 8668825. OLE color: 8668825.

HSL color Cylindrical-coordinate representation of color #994684: hue angle of 315.18º 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 #994684 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15370132-
CMYK00.540.140.4
HSL315.18º37.22%43.73%-
HSV(B)315.18º54.25%60%-
XYZ19.4912.8223.28-
YUV101.88145164.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=43.10%
G=19.72%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537013200.540.140.4315.1837.2243.73
Hex994684036E2813b252c
Octal23110620406616504734554
Binary1001100110001101000010001101101110101000100111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994684; }

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

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

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

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

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

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

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

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