#994694

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

Shades of Violet Blue #994694

Tints of Violet Blue #994694

Color information

#994694 (or 0x994694) is unknown color: approx Violet Blue. HEX triplet: 99, 46 and 94. RGB value is (153,70,148). Sum of RGB (Red+Green+Blue) = 153+70+148=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994694 is #66B96B. Grayscale: #676767. Windows color (decimal): -6732140 or 9717401. OLE color: 9717401.

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

Color convert

RGB15370148-
CMYK00.540.030.4
HSL303.61º37.22%43.73%-
HSV(B)303.61º54.25%60%-
XYZ20.6713.2929.49-
YUV103.71153163.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=41.24%
G=18.87%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537014800.540.030.4303.6137.2243.73
Hex994694036328130252c
Octal2311062240663504604554
Binary10011001100011010010100011011011101000100110000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994694; }

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

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

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

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

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

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

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

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