Shades of Violet Blue #994688
Tints of Violet Blue #994688
RGB
CMYK
RGB Variations
Color information
#994688 (or 0x994688) is known color: Violet Blue. HEX triplet: 99, 46 and 88. RGB value is (153,70,136). Sum of RGB (Red+Green+Blue) = 153+70+136=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #994688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994688 is #66B977. Grayscale: #666666. Windows color (decimal): -6732152 or 8930969. OLE color: 8930969.
HSL color Cylindrical-coordinate representation of color #994688: hue angle of 312.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994688 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 136 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.4 |
| HSL | 312.29º | 0.37% | 0.44% | - |
| HSV(B) | 312.29º | 0.54% | 0.6% | - |
| XYZ | 19.77 | 12.93 | 24.75 | - |
| YUV | 102.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 136 | 0 | 0.54 | 0.11 | 0.4 | 312.29 | 0.37 | 0.44 |
| Hex | 99 | 46 | 88 | 0 | 36 | B | 28 | 138 | 25 | 2C |
| Octal | 231 | 106 | 210 | 0 | 66 | 13 | 50 | 470 | 45 | 54 |
| Binary | 10011001 | 1000110 | 10001000 | 0 | 110110 | 1011 | 101000 | 100111000 | 100101 | 101100 |
Color Harmonies of #994688
Complementary color
Monochromatic Colors of #994688
Black with #994688
Text Example
Text Example
White with #994688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994688; }
p { color: rgb(153,70,136); }
H1.HeaderClassName
{
color: #994688;
}
.AnyTagClassName
{
color: #994688;
}
</style>
background-color css
<style>
a { background-color: #994688; }
a { background-color: rgb(153,70,136); }
div.DivClassName
{
background-color: #994688;
}
.BgClassName
{
background-color: #994688;
}
</style>
border-color css
<style>
span { border-color: #994688; }
span { border-color: rgb(153,70,136); }
td.TdClassName
{
border-color: #994688;
}
.TagClassName
{
border-color: #994688;
}
</style>