Shades of Violet Blue #994E8C
Tints of Violet Blue #994E8C
RGB
CMYK
RGB Variations
Color information
#994E8C (or 0x994E8C) is known color: Violet Blue. HEX triplet: 99, 4E and 8C. RGB value is (153,78,140). Sum of RGB (Red+Green+Blue) = 153+78+140=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E8C is #66B173. Grayscale: #6B6B6B. Windows color (decimal): -6730100 or 9195161. OLE color: 9195161.
HSL color Cylindrical-coordinate representation of color #994E8C: hue angle of 310.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 #994E8C is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 140 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.4 |
| HSL | 310.4º | 0.32% | 0.45% | - |
| HSV(B) | 310.4º | 0.49% | 0.6% | - |
| XYZ | 20.59 | 14.11 | 26.45 | - |
| YUV | 107.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 140 | 0 | 0.49 | 0.08 | 0.4 | 310.4 | 0.32 | 0.45 |
| Hex | 99 | 4E | 8C | 0 | 31 | 8 | 28 | 136 | 20 | 2D |
| Octal | 231 | 116 | 214 | 0 | 61 | 10 | 50 | 466 | 40 | 55 |
| Binary | 10011001 | 1001110 | 10001100 | 0 | 110001 | 1000 | 101000 | 100110110 | 100000 | 101101 |
Color Harmonies of #994E8C
Complementary color
Monochromatic Colors of #994E8C
Black with #994E8C
Text Example
Text Example
White with #994E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E8C; }
p { color: rgb(153,78,140); }
H1.HeaderClassName
{
color: #994E8C;
}
.AnyTagClassName
{
color: #994E8C;
}
</style>
background-color css
<style>
a { background-color: #994E8C; }
a { background-color: rgb(153,78,140); }
div.DivClassName
{
background-color: #994E8C;
}
.BgClassName
{
background-color: #994E8C;
}
</style>
border-color css
<style>
span { border-color: #994E8C; }
span { border-color: rgb(153,78,140); }
td.TdClassName
{
border-color: #994E8C;
}
.TagClassName
{
border-color: #994E8C;
}
</style>