#994E8E

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

Shades of Violet Blue #994E8E

Tints of Violet Blue #994E8E

Color information

#994E8E (or 0x994E8E) is unknown color: approx Violet Blue. HEX triplet: 99, 4E and 8E. RGB value is (153,78,142). Sum of RGB (Red+Green+Blue) = 153+78+142=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #994E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E8E is #66B171. Grayscale: #6B6B6B. Windows color (decimal): -6730098 or 9326233. OLE color: 9326233.

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

Color convert

RGB15378142-
CMYK00.490.070.4
HSL308.8º32.47%45.29%-
HSV(B)308.8º49.02%60%-
XYZ20.7414.1727.23-
YUV107.72147.35160.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=41.02%
G=20.91%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537814200.490.070.4308.832.4745.29
Hex994E8E031728135202d
Octal2311162160617504654055
Binary100110011001110100011100110001111101000100110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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