Shades of Violet Blue #994399
Tints of Violet Blue #994399
RGB
CMYK
RGB Variations
Color information
#994399 (or 0x994399) is known color: Violet Blue. HEX triplet: 99, 43 and 99. RGB value is (153,67,153). Sum of RGB (Red+Green+Blue) = 153+67+153=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #994399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994399 is #66BC66. Grayscale: #666666. Windows color (decimal): -6732903 or 10044313. OLE color: 10044313.
HSL color Cylindrical-coordinate representation of color #994399: hue angle of 300º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994399 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 153 | - |
| CMYK | 0 | 0.56 | 0 | 0.4 |
| HSL | 300º | 0.39% | 0.43% | - |
| HSV(B) | 300º | 0.56% | 0.6% | - |
| XYZ | 20.89 | 13.09 | 31.56 | - |
| YUV | 102.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 153 | 0 | 0.56 | 0 | 0.4 | 300 | 0.39 | 0.43 |
| Hex | 99 | 43 | 99 | 0 | 38 | 0 | 28 | 12C | 27 | 2B |
| Octal | 231 | 103 | 231 | 0 | 70 | 0 | 50 | 454 | 47 | 53 |
| Binary | 10011001 | 1000011 | 10011001 | 0 | 111000 | 0 | 101000 | 100101100 | 100111 | 101011 |
Color Harmonies of #994399
Complementary color
Monochromatic Colors of #994399
Black with #994399
Text Example
Text Example
White with #994399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994399; }
p { color: rgb(153,67,153); }
H1.HeaderClassName
{
color: #994399;
}
.AnyTagClassName
{
color: #994399;
}
</style>
background-color css
<style>
a { background-color: #994399; }
a { background-color: rgb(153,67,153); }
div.DivClassName
{
background-color: #994399;
}
.BgClassName
{
background-color: #994399;
}
</style>
border-color css
<style>
span { border-color: #994399; }
span { border-color: rgb(153,67,153); }
td.TdClassName
{
border-color: #994399;
}
.TagClassName
{
border-color: #994399;
}
</style>