#994680

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

Shades of Strikemaster #994680

Tints of Strikemaster #994680

Color information

#994680 (or 0x994680) is unknown color: approx Strikemaster. HEX triplet: 99, 46 and 80. RGB value is (153,70,128). Sum of RGB (Red+Green+Blue) = 153+70+128=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #994680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994680 is #66B97F. Grayscale: #656565. Windows color (decimal): -6732160 or 8406681. OLE color: 8406681.

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

Color convert

RGB15370128-
CMYK00.540.160.4
HSL318.07º37.22%43.73%-
HSV(B)318.07º54.25%60%-
XYZ19.2212.7121.86-
YUV101.43143164.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=43.59%
G=19.94%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537012800.540.160.4318.0737.2243.73
Hex994680036102813e252c
Octal23110620006620504764554
Binary10011001100011010000000011011010000101000100111110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994680; }

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

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

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

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

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

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

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

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