Shades of Violet Blue #946291
Tints of Violet Blue #946291
RGB
CMYK
RGB Variations
Color information
#946291 (or 0x946291) is known color: Violet Blue. HEX triplet: 94, 62 and 91. RGB value is (148,98,145). Sum of RGB (Red+Green+Blue) = 148+98+145=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #946291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946291 is #6B9D6E. Grayscale: #767676. Windows color (decimal): -7052655 or 9527956. OLE color: 9527956.
HSL color Cylindrical-coordinate representation of color #946291: hue angle of 303.6º degrees, saturation: 0.2, 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 #946291 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 145 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.42 |
| HSL | 303.6º | 0.2% | 0.48% | - |
| HSV(B) | 303.6º | 0.34% | 0.58% | - |
| XYZ | 21.69 | 17.08 | 28.94 | - |
| YUV | 118.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 145 | 0 | 0.34 | 0.02 | 0.42 | 303.6 | 0.2 | 0.48 |
| Hex | 94 | 62 | 91 | 0 | 22 | 2 | 2A | 130 | 14 | 30 |
| Octal | 224 | 142 | 221 | 0 | 42 | 2 | 52 | 460 | 24 | 60 |
| Binary | 10010100 | 1100010 | 10010001 | 0 | 100010 | 10 | 101010 | 100110000 | 10100 | 110000 |
Color Harmonies of #946291
Complementary color
Monochromatic Colors of #946291
Black with #946291
Text Example
Text Example
White with #946291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946291; }
p { color: rgb(148,98,145); }
H1.HeaderClassName
{
color: #946291;
}
.AnyTagClassName
{
color: #946291;
}
</style>
background-color css
<style>
a { background-color: #946291; }
a { background-color: rgb(148,98,145); }
div.DivClassName
{
background-color: #946291;
}
.BgClassName
{
background-color: #946291;
}
</style>
border-color css
<style>
span { border-color: #946291; }
span { border-color: rgb(148,98,145); }
td.TdClassName
{
border-color: #946291;
}
.TagClassName
{
border-color: #946291;
}
</style>