#994E91

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

Shades of Violet Blue #994E91

Tints of Violet Blue #994E91

Color information

#994E91 (or 0x994E91) is unknown color: approx Violet Blue. HEX triplet: 99, 4E and 91. RGB value is (153,78,145). Sum of RGB (Red+Green+Blue) = 153+78+145=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #994E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E91 is #66B16E. Grayscale: #6B6B6B. Windows color (decimal): -6730095 or 9522841. OLE color: 9522841.

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

Color convert

RGB15378145-
CMYK00.490.050.4
HSL306.4º32.47%45.29%-
HSV(B)306.4º49.02%60%-
XYZ20.9714.2728.44-
YUV108.06148.85160.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=40.69%
G=20.74%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537814500.490.050.4306.432.4745.29
Hex994E91031528132202d
Octal2311162210615504624055
Binary100110011001110100100010110001101101000100110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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