#994690

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

Shades of Violet Blue #994690

Tints of Violet Blue #994690

Color information

#994690 (or 0x994690) is unknown color: approx Violet Blue. HEX triplet: 99, 46 and 90. RGB value is (153,70,144). Sum of RGB (Red+Green+Blue) = 153+70+144=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #994690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994690 is #66B96F. Grayscale: #676767. Windows color (decimal): -6732144 or 9455257. OLE color: 9455257.

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

Color convert

RGB15370144-
CMYK00.540.060.4
HSL306.51º37.22%43.73%-
HSV(B)306.51º54.25%60%-
XYZ20.3613.1727.85-
YUV103.25151163.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=41.69%
G=19.07%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537014400.540.060.4306.5137.2243.73
Hex994690036628133252c
Octal2311062200666504634554
Binary100110011000110100100000110110110101000100110011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994690; }

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

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

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

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

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

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

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

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