Shades of Violet Blue #994597
Tints of Violet Blue #994597
RGB
CMYK
RGB Variations
Color information
#994597 (or 0x994597) is known color: Violet Blue. HEX triplet: 99, 45 and 97. RGB value is (153,69,151). Sum of RGB (Red+Green+Blue) = 153+69+151=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #994597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994597 is #66BA68. Grayscale: #676767. Windows color (decimal): -6732393 or 9913753. OLE color: 9913753.
HSL color Cylindrical-coordinate representation of color #994597: hue angle of 301.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994597 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 151 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.4 |
| HSL | 301.43º | 0.38% | 0.44% | - |
| HSV(B) | 301.43º | 0.55% | 0.6% | - |
| XYZ | 20.85 | 13.26 | 30.74 | - |
| YUV | 103.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 151 | 0 | 0.55 | 0.01 | 0.4 | 301.43 | 0.38 | 0.44 |
| Hex | 99 | 45 | 97 | 0 | 37 | 1 | 28 | 12D | 26 | 2C |
| Octal | 231 | 105 | 227 | 0 | 67 | 1 | 50 | 455 | 46 | 54 |
| Binary | 10011001 | 1000101 | 10010111 | 0 | 110111 | 1 | 101000 | 100101101 | 100110 | 101100 |
Color Harmonies of #994597
Complementary color
Monochromatic Colors of #994597
Black with #994597
Text Example
Text Example
White with #994597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994597; }
p { color: rgb(153,69,151); }
H1.HeaderClassName
{
color: #994597;
}
.AnyTagClassName
{
color: #994597;
}
</style>
background-color css
<style>
a { background-color: #994597; }
a { background-color: rgb(153,69,151); }
div.DivClassName
{
background-color: #994597;
}
.BgClassName
{
background-color: #994597;
}
</style>
border-color css
<style>
span { border-color: #994597; }
span { border-color: rgb(153,69,151); }
td.TdClassName
{
border-color: #994597;
}
.TagClassName
{
border-color: #994597;
}
</style>