Shades of Violet Blue #946992
Tints of Violet Blue #946992
RGB
CMYK
RGB Variations
Color information
#946992 (or 0x946992) is known color: Violet Blue. HEX triplet: 94, 69 and 92. RGB value is (148,105,146). Sum of RGB (Red+Green+Blue) = 148+105+146=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #946992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946992 is #6B966D. Grayscale: #7A7A7A. Windows color (decimal): -7050862 or 9595284. OLE color: 9595284.
HSL color Cylindrical-coordinate representation of color #946992: hue angle of 302.79º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946992 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 146 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.42 |
| HSL | 302.79º | 0.17% | 0.5% | - |
| HSV(B) | 302.79º | 0.29% | 0.58% | - |
| XYZ | 22.45 | 18.47 | 29.58 | - |
| YUV | 122.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 146 | 0 | 0.29 | 0.01 | 0.42 | 302.79 | 0.17 | 0.5 |
| Hex | 94 | 69 | 92 | 0 | 1D | 1 | 2A | 12F | 11 | 32 |
| Octal | 224 | 151 | 222 | 0 | 35 | 1 | 52 | 457 | 21 | 62 |
| Binary | 10010100 | 1101001 | 10010010 | 0 | 11101 | 1 | 101010 | 100101111 | 10001 | 110010 |
Color Harmonies of #946992
Complementary color
Monochromatic Colors of #946992
Black with #946992
Text Example
Text Example
White with #946992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946992; }
p { color: rgb(148,105,146); }
H1.HeaderClassName
{
color: #946992;
}
.AnyTagClassName
{
color: #946992;
}
</style>
background-color css
<style>
a { background-color: #946992; }
a { background-color: rgb(148,105,146); }
div.DivClassName
{
background-color: #946992;
}
.BgClassName
{
background-color: #946992;
}
</style>
border-color css
<style>
span { border-color: #946992; }
span { border-color: rgb(148,105,146); }
td.TdClassName
{
border-color: #946992;
}
.TagClassName
{
border-color: #946992;
}
</style>