Shades of Violet Blue #994D8F
Tints of Violet Blue #994D8F
RGB
CMYK
RGB Variations
Color information
#994D8F (or 0x994D8F) is known color: Violet Blue. HEX triplet: 99, 4D and 8F. RGB value is (153,77,143). Sum of RGB (Red+Green+Blue) = 153+77+143=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #994D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D8F is #66B270. Grayscale: #6B6B6B. Windows color (decimal): -6730353 or 9391513. OLE color: 9391513.
HSL color Cylindrical-coordinate representation of color #994D8F: hue angle of 307.89º 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 #994D8F is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 143 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.4 |
| HSL | 307.89º | 0.33% | 0.45% | - |
| HSV(B) | 307.89º | 0.5% | 0.6% | - |
| XYZ | 20.75 | 14.06 | 27.61 | - |
| YUV | 107.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 143 | 0 | 0.50 | 0.07 | 0.4 | 307.89 | 0.33 | 0.45 |
| Hex | 99 | 4D | 8F | 0 | 32 | 7 | 28 | 134 | 21 | 2D |
| Octal | 231 | 115 | 217 | 0 | 62 | 7 | 50 | 464 | 41 | 55 |
| Binary | 10011001 | 1001101 | 10001111 | 0 | 110010 | 111 | 101000 | 100110100 | 100001 | 101101 |
Color Harmonies of #994D8F
Complementary color
Monochromatic Colors of #994D8F
Black with #994D8F
Text Example
Text Example
White with #994D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D8F; }
p { color: rgb(153,77,143); }
H1.HeaderClassName
{
color: #994D8F;
}
.AnyTagClassName
{
color: #994D8F;
}
</style>
background-color css
<style>
a { background-color: #994D8F; }
a { background-color: rgb(153,77,143); }
div.DivClassName
{
background-color: #994D8F;
}
.BgClassName
{
background-color: #994D8F;
}
</style>
border-color css
<style>
span { border-color: #994D8F; }
span { border-color: rgb(153,77,143); }
td.TdClassName
{
border-color: #994D8F;
}
.TagClassName
{
border-color: #994D8F;
}
</style>