#994E95

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

Shades of Violet Blue #994E95

Tints of Violet Blue #994E95

Color information

#994E95 (or 0x994E95) is unknown color: approx Violet Blue. HEX triplet: 99, 4E and 95. RGB value is (153,78,149). Sum of RGB (Red+Green+Blue) = 153+78+149=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #994E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E95 is #66B16A. Grayscale: #6C6C6C. Windows color (decimal): -6730091 or 9784985. OLE color: 9784985.

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

Color convert

RGB15378149-
CMYK00.490.030.4
HSL303.2º32.47%45.29%-
HSV(B)303.2º49.02%60%-
XYZ21.2914.3930.09-
YUV108.52150.85159.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=40.26%
G=20.53%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537814900.490.030.4303.232.4745.29
Hex994E9503132812f202d
Octal2311162250613504574055
Binary10011001100111010010101011000111101000100101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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