#994E96

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

Shades of Violet Blue #994E96

Tints of Violet Blue #994E96

Color information

#994E96 (or 0x994E96) is unknown color: approx Violet Blue. HEX triplet: 99, 4E and 96. RGB value is (153,78,150). Sum of RGB (Red+Green+Blue) = 153+78+150=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #994E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E96 is #66B169. Grayscale: #6C6C6C. Windows color (decimal): -6730090 or 9850521. OLE color: 9850521.

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

Color convert

RGB15378150-
CMYK00.490.020.4
HSL302.4º32.47%45.29%-
HSV(B)302.4º49.02%60%-
XYZ21.3714.4230.51-
YUV108.63151.35159.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=40.16%
G=20.47%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537815000.490.020.4302.432.4745.29
Hex994E9603122812e202d
Octal2311162260612504564055
Binary10011001100111010010110011000110101000100101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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