Shades of Violet Blue #996194
Tints of Violet Blue #996194
RGB
CMYK
RGB Variations
Color information
#996194 (or 0x996194) is known color: Violet Blue. HEX triplet: 99, 61 and 94. RGB value is (153,97,148). Sum of RGB (Red+Green+Blue) = 153+97+148=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #996194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996194 is #669E6B. Grayscale: #777777. Windows color (decimal): -6725228 or 9724313. OLE color: 9724313.
HSL color Cylindrical-coordinate representation of color #996194: hue angle of 305.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996194 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 148 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.4 |
| HSL | 305.36º | 0.22% | 0.49% | - |
| HSV(B) | 305.36º | 0.37% | 0.6% | - |
| XYZ | 22.76 | 17.46 | 30.19 | - |
| YUV | 119.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 148 | 0 | 0.37 | 0.03 | 0.4 | 305.36 | 0.22 | 0.49 |
| Hex | 99 | 61 | 94 | 0 | 25 | 3 | 28 | 131 | 16 | 31 |
| Octal | 231 | 141 | 224 | 0 | 45 | 3 | 50 | 461 | 26 | 61 |
| Binary | 10011001 | 1100001 | 10010100 | 0 | 100101 | 11 | 101000 | 100110001 | 10110 | 110001 |
Color Harmonies of #996194
Complementary color
Monochromatic Colors of #996194
Black with #996194
Text Example
Text Example
White with #996194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996194; }
p { color: rgb(153,97,148); }
H1.HeaderClassName
{
color: #996194;
}
.AnyTagClassName
{
color: #996194;
}
</style>
background-color css
<style>
a { background-color: #996194; }
a { background-color: rgb(153,97,148); }
div.DivClassName
{
background-color: #996194;
}
.BgClassName
{
background-color: #996194;
}
</style>
border-color css
<style>
span { border-color: #996194; }
span { border-color: rgb(153,97,148); }
td.TdClassName
{
border-color: #996194;
}
.TagClassName
{
border-color: #996194;
}
</style>