Shades of Violet Blue #994197
Tints of Violet Blue #994197
RGB
CMYK
RGB Variations
Color information
#994197 (or 0x994197) is known color: Violet Blue. HEX triplet: 99, 41 and 97. RGB value is (153,65,151). Sum of RGB (Red+Green+Blue) = 153+65+151=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994197 is #66BE68. Grayscale: #646464. Windows color (decimal): -6733417 or 9912729. OLE color: 9912729.
HSL color Cylindrical-coordinate representation of color #994197: hue angle of 301.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994197 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 151 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.4 |
| HSL | 301.36º | 0.4% | 0.43% | - |
| HSV(B) | 301.36º | 0.58% | 0.6% | - |
| XYZ | 20.61 | 12.79 | 30.66 | - |
| YUV | 101.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 151 | 0 | 0.58 | 0.01 | 0.4 | 301.36 | 0.4 | 0.43 |
| Hex | 99 | 41 | 97 | 0 | 3A | 1 | 28 | 12D | 28 | 2B |
| Octal | 231 | 101 | 227 | 0 | 72 | 1 | 50 | 455 | 50 | 53 |
| Binary | 10011001 | 1000001 | 10010111 | 0 | 111010 | 1 | 101000 | 100101101 | 101000 | 101011 |
Color Harmonies of #994197
Complementary color
Monochromatic Colors of #994197
Black with #994197
Text Example
Text Example
White with #994197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994197; }
p { color: rgb(153,65,151); }
H1.HeaderClassName
{
color: #994197;
}
.AnyTagClassName
{
color: #994197;
}
</style>
background-color css
<style>
a { background-color: #994197; }
a { background-color: rgb(153,65,151); }
div.DivClassName
{
background-color: #994197;
}
.BgClassName
{
background-color: #994197;
}
</style>
border-color css
<style>
span { border-color: #994197; }
span { border-color: rgb(153,65,151); }
td.TdClassName
{
border-color: #994197;
}
.TagClassName
{
border-color: #994197;
}
</style>