#994699

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

Shades of Violet Blue #994699

Tints of Violet Blue #994699

Color information

#994699 (or 0x994699) is unknown color: approx Violet Blue. HEX triplet: 99, 46 and 99. RGB value is (153,70,153). Sum of RGB (Red+Green+Blue) = 153+70+153=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #994699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994699 is #66B966. Grayscale: #686868. Windows color (decimal): -6732135 or 10045081. OLE color: 10045081.

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

Color convert

RGB15370153-
CMYK00.5400.4
HSL300º37.22%43.73%-
HSV(B)300º54.25%60%-
XYZ21.0813.4531.62-
YUV104.28155.5162.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=40.69%
G=18.62%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537015300.5400.430037.2243.73
Hex99469903602812c252c
Octal2311062310660504544554
Binary1001100110001101001100101101100101000100101100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994699; }

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

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

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

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

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

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

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

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