#994FA8

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

Shades of Violet Blue #994FA8

Tints of Violet Blue #994FA8

Color information

#994FA8 (or 0x994FA8) is unknown color: approx Violet Blue. HEX triplet: 99, 4F and A8. RGB value is (153,79,168). Sum of RGB (Red+Green+Blue) = 153+79+168=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 168 - color contains mainly: blue. Hex color #994FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994FA8 is #66B057. Grayscale: #6E6E6E. Windows color (decimal): -6729816 or 11030425. OLE color: 11030425.

HSL color Cylindrical-coordinate representation of color #994FA8: hue angle of 289.89º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994FA8 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15379168-
CMYK0.090.5300.34
HSL289.89º36.03%48.43%-
HSV(B)289.89º52.98%65.88%-
XYZ2315.1938.77-
YUV111.27160.02157.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 168 (66.02% from 255) = 42%
R=38.25%
G=19.75%
B=42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153791680.090.5300.34289.8936.0348.43
Hex994FA89350221222430
Octal23111725011650424424460
Binary1001100110011111010100010011101010100010100100010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994FA8; }

 p { color: rgb(153,79,168); }

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

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

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

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

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

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

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