Shades of Violet Blue #994D8D
Tints of Violet Blue #994D8D
RGB
CMYK
RGB Variations
Color information
#994D8D (or 0x994D8D) is known color: Violet Blue. HEX triplet: 99, 4D and 8D. RGB value is (153,77,141). Sum of RGB (Red+Green+Blue) = 153+77+141=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D8D is #66B272. Grayscale: #6A6A6A. Windows color (decimal): -6730355 or 9260441. OLE color: 9260441.
HSL color Cylindrical-coordinate representation of color #994D8D: hue angle of 309.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D8D is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 141 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.4 |
| HSL | 309.47º | 0.33% | 0.45% | - |
| HSV(B) | 309.47º | 0.5% | 0.6% | - |
| XYZ | 20.6 | 14 | 26.82 | - |
| YUV | 107.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 141 | 0 | 0.50 | 0.08 | 0.4 | 309.47 | 0.33 | 0.45 |
| Hex | 99 | 4D | 8D | 0 | 32 | 8 | 28 | 135 | 21 | 2D |
| Octal | 231 | 115 | 215 | 0 | 62 | 10 | 50 | 465 | 41 | 55 |
| Binary | 10011001 | 1001101 | 10001101 | 0 | 110010 | 1000 | 101000 | 100110101 | 100001 | 101101 |
Color Harmonies of #994D8D
Complementary color
Monochromatic Colors of #994D8D
Black with #994D8D
Text Example
Text Example
White with #994D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D8D; }
p { color: rgb(153,77,141); }
H1.HeaderClassName
{
color: #994D8D;
}
.AnyTagClassName
{
color: #994D8D;
}
</style>
background-color css
<style>
a { background-color: #994D8D; }
a { background-color: rgb(153,77,141); }
div.DivClassName
{
background-color: #994D8D;
}
.BgClassName
{
background-color: #994D8D;
}
</style>
border-color css
<style>
span { border-color: #994D8D; }
span { border-color: rgb(153,77,141); }
td.TdClassName
{
border-color: #994D8D;
}
.TagClassName
{
border-color: #994D8D;
}
</style>