#994794

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

Shades of Violet Blue #994794

Tints of Violet Blue #994794

Color information

#994794 (or 0x994794) is unknown color: approx Violet Blue. HEX triplet: 99, 47 and 94. RGB value is (153,71,148). Sum of RGB (Red+Green+Blue) = 153+71+148=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #994794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994794 is #66B86B. Grayscale: #686868. Windows color (decimal): -6731884 or 9717657. OLE color: 9717657.

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

Color convert

RGB15371148-
CMYK00.540.030.4
HSL303.66º36.61%43.92%-
HSV(B)303.66º53.59%60%-
XYZ20.7413.4229.51-
YUV104.3152.67162.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=41.13%
G=19.09%
B=39.78%

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
Decimal1537114800.540.030.4303.6636.6143.92
Hex994794036328130252c
Octal2311072240663504604554
Binary10011001100011110010100011011011101000100110000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994794; }

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

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

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

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

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

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

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

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