Shades of Violet Blue #946191
Tints of Violet Blue #946191
RGB
CMYK
RGB Variations
Color information
#946191 (or 0x946191) is known color: Violet Blue. HEX triplet: 94, 61 and 91. RGB value is (148,97,145). Sum of RGB (Red+Green+Blue) = 148+97+145=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #946191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946191 is #6B9E6E. Grayscale: #757575. Windows color (decimal): -7052911 or 9527700. OLE color: 9527700.
HSL color Cylindrical-coordinate representation of color #946191: hue angle of 303.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946191 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 145 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.42 |
| HSL | 303.53º | 0.21% | 0.48% | - |
| HSV(B) | 303.53º | 0.34% | 0.58% | - |
| XYZ | 21.6 | 16.89 | 28.91 | - |
| YUV | 117.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 145 | 0 | 0.34 | 0.02 | 0.42 | 303.53 | 0.21 | 0.48 |
| Hex | 94 | 61 | 91 | 0 | 22 | 2 | 2A | 130 | 15 | 30 |
| Octal | 224 | 141 | 221 | 0 | 42 | 2 | 52 | 460 | 25 | 60 |
| Binary | 10010100 | 1100001 | 10010001 | 0 | 100010 | 10 | 101010 | 100110000 | 10101 | 110000 |
Color Harmonies of #946191
Complementary color
Monochromatic Colors of #946191
Black with #946191
Text Example
Text Example
White with #946191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946191; }
p { color: rgb(148,97,145); }
H1.HeaderClassName
{
color: #946191;
}
.AnyTagClassName
{
color: #946191;
}
</style>
background-color css
<style>
a { background-color: #946191; }
a { background-color: rgb(148,97,145); }
div.DivClassName
{
background-color: #946191;
}
.BgClassName
{
background-color: #946191;
}
</style>
border-color css
<style>
span { border-color: #946191; }
span { border-color: rgb(148,97,145); }
td.TdClassName
{
border-color: #946191;
}
.TagClassName
{
border-color: #946191;
}
</style>