Shades of Violet Blue #946290
Tints of Violet Blue #946290
RGB
CMYK
RGB Variations
Color information
#946290 (or 0x946290) is known color: Violet Blue. HEX triplet: 94, 62 and 90. RGB value is (148,98,144). Sum of RGB (Red+Green+Blue) = 148+98+144=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #946290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946290 is #6B9D6F. Grayscale: #767676. Windows color (decimal): -7052656 or 9462420. OLE color: 9462420.
HSL color Cylindrical-coordinate representation of color #946290: hue angle of 304.8º 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 #946290 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 144 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.42 |
| HSL | 304.8º | 0.2% | 0.48% | - |
| HSV(B) | 304.8º | 0.34% | 0.58% | - |
| XYZ | 21.61 | 17.04 | 28.54 | - |
| YUV | 118.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 144 | 0 | 0.34 | 0.03 | 0.42 | 304.8 | 0.2 | 0.48 |
| Hex | 94 | 62 | 90 | 0 | 22 | 3 | 2A | 131 | 14 | 30 |
| Octal | 224 | 142 | 220 | 0 | 42 | 3 | 52 | 461 | 24 | 60 |
| Binary | 10010100 | 1100010 | 10010000 | 0 | 100010 | 11 | 101010 | 100110001 | 10100 | 110000 |
Color Harmonies of #946290
Complementary color
Monochromatic Colors of #946290
Black with #946290
Text Example
Text Example
White with #946290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946290; }
p { color: rgb(148,98,144); }
H1.HeaderClassName
{
color: #946290;
}
.AnyTagClassName
{
color: #946290;
}
</style>
background-color css
<style>
a { background-color: #946290; }
a { background-color: rgb(148,98,144); }
div.DivClassName
{
background-color: #946290;
}
.BgClassName
{
background-color: #946290;
}
</style>
border-color css
<style>
span { border-color: #946290; }
span { border-color: rgb(148,98,144); }
td.TdClassName
{
border-color: #946290;
}
.TagClassName
{
border-color: #946290;
}
</style>