#994E97

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

Shades of Violet Blue #994E97

Tints of Violet Blue #994E97

Color information

#994E97 (or 0x994E97) is unknown color: approx Violet Blue. HEX triplet: 99, 4E and 97. RGB value is (153,78,151). Sum of RGB (Red+Green+Blue) = 153+78+151=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #994E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E97 is #66B168. Grayscale: #6C6C6C. Windows color (decimal): -6730089 or 9916057. OLE color: 9916057.

HSL color Cylindrical-coordinate representation of color #994E97: hue angle of 301.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E97 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15378151-
CMYK00.490.010.4
HSL301.6º32.47%45.29%-
HSV(B)301.6º49.02%60%-
XYZ21.4514.4630.94-
YUV108.75151.85159.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=40.05%
G=20.42%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537815100.490.010.4301.632.4745.29
Hex994E9703112812e202d
Octal2311162270611504564055
Binary1001100110011101001011101100011101000100101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,78,151); }

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

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

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

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

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

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

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