Shades of Violet Blue #946892
Tints of Violet Blue #946892
RGB
CMYK
RGB Variations
Color information
#946892 (or 0x946892) is known color: Violet Blue. HEX triplet: 94, 68 and 92. RGB value is (148,104,146). Sum of RGB (Red+Green+Blue) = 148+104+146=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #946892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946892 is #6B976D. Grayscale: #797979. Windows color (decimal): -7051118 or 9595028. OLE color: 9595028.
HSL color Cylindrical-coordinate representation of color #946892: hue angle of 302.73º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946892 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 146 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.42 |
| HSL | 302.73º | 0.17% | 0.49% | - |
| HSV(B) | 302.73º | 0.3% | 0.58% | - |
| XYZ | 22.35 | 18.27 | 29.54 | - |
| YUV | 121.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 146 | 0 | 0.30 | 0.01 | 0.42 | 302.73 | 0.17 | 0.49 |
| Hex | 94 | 68 | 92 | 0 | 1E | 1 | 2A | 12F | 11 | 31 |
| Octal | 224 | 150 | 222 | 0 | 36 | 1 | 52 | 457 | 21 | 61 |
| Binary | 10010100 | 1101000 | 10010010 | 0 | 11110 | 1 | 101010 | 100101111 | 10001 | 110001 |
Color Harmonies of #946892
Complementary color
Monochromatic Colors of #946892
Black with #946892
Text Example
Text Example
White with #946892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946892; }
p { color: rgb(148,104,146); }
H1.HeaderClassName
{
color: #946892;
}
.AnyTagClassName
{
color: #946892;
}
</style>
background-color css
<style>
a { background-color: #946892; }
a { background-color: rgb(148,104,146); }
div.DivClassName
{
background-color: #946892;
}
.BgClassName
{
background-color: #946892;
}
</style>
border-color css
<style>
span { border-color: #946892; }
span { border-color: rgb(148,104,146); }
td.TdClassName
{
border-color: #946892;
}
.TagClassName
{
border-color: #946892;
}
</style>