Shades of Violet Blue #946590
Tints of Violet Blue #946590
RGB
CMYK
RGB Variations
Color information
#946590 (or 0x946590) is known color: Violet Blue. HEX triplet: 94, 65 and 90. RGB value is (148,101,144). Sum of RGB (Red+Green+Blue) = 148+101+144=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #946590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946590 is #6B9A6F. Grayscale: #777777. Windows color (decimal): -7051888 or 9463188. OLE color: 9463188.
HSL color Cylindrical-coordinate representation of color #946590: hue angle of 305.11º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946590 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 144 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.42 |
| HSL | 305.11º | 0.19% | 0.49% | - |
| HSV(B) | 305.11º | 0.32% | 0.58% | - |
| XYZ | 21.9 | 17.62 | 28.63 | - |
| YUV | 119.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 144 | 0 | 0.32 | 0.03 | 0.42 | 305.11 | 0.19 | 0.49 |
| Hex | 94 | 65 | 90 | 0 | 20 | 3 | 2A | 131 | 13 | 31 |
| Octal | 224 | 145 | 220 | 0 | 40 | 3 | 52 | 461 | 23 | 61 |
| Binary | 10010100 | 1100101 | 10010000 | 0 | 100000 | 11 | 101010 | 100110001 | 10011 | 110001 |
Color Harmonies of #946590
Complementary color
Monochromatic Colors of #946590
Black with #946590
Text Example
Text Example
White with #946590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946590; }
p { color: rgb(148,101,144); }
H1.HeaderClassName
{
color: #946590;
}
.AnyTagClassName
{
color: #946590;
}
</style>
background-color css
<style>
a { background-color: #946590; }
a { background-color: rgb(148,101,144); }
div.DivClassName
{
background-color: #946590;
}
.BgClassName
{
background-color: #946590;
}
</style>
border-color css
<style>
span { border-color: #946590; }
span { border-color: rgb(148,101,144); }
td.TdClassName
{
border-color: #946590;
}
.TagClassName
{
border-color: #946590;
}
</style>