Shades of Violet Blue #946790
Tints of Violet Blue #946790
RGB
CMYK
RGB Variations
Color information
#946790 (or 0x946790) is known color: Violet Blue. HEX triplet: 94, 67 and 90. RGB value is (148,103,144). Sum of RGB (Red+Green+Blue) = 148+103+144=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #946790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946790 is #6B986F. Grayscale: #797979. Windows color (decimal): -7051376 or 9463700. OLE color: 9463700.
HSL color Cylindrical-coordinate representation of color #946790: hue angle of 305.33º degrees, saturation: 0.18, 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 #946790 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 144 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.42 |
| HSL | 305.33º | 0.18% | 0.49% | - |
| HSV(B) | 305.33º | 0.3% | 0.58% | - |
| XYZ | 22.1 | 18.01 | 28.7 | - |
| YUV | 121.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 144 | 0 | 0.30 | 0.03 | 0.42 | 305.33 | 0.18 | 0.49 |
| Hex | 94 | 67 | 90 | 0 | 1E | 3 | 2A | 131 | 12 | 31 |
| Octal | 224 | 147 | 220 | 0 | 36 | 3 | 52 | 461 | 22 | 61 |
| Binary | 10010100 | 1100111 | 10010000 | 0 | 11110 | 11 | 101010 | 100110001 | 10010 | 110001 |
Color Harmonies of #946790
Complementary color
Monochromatic Colors of #946790
Black with #946790
Text Example
Text Example
White with #946790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946790; }
p { color: rgb(148,103,144); }
H1.HeaderClassName
{
color: #946790;
}
.AnyTagClassName
{
color: #946790;
}
</style>
background-color css
<style>
a { background-color: #946790; }
a { background-color: rgb(148,103,144); }
div.DivClassName
{
background-color: #946790;
}
.BgClassName
{
background-color: #946790;
}
</style>
border-color css
<style>
span { border-color: #946790; }
span { border-color: rgb(148,103,144); }
td.TdClassName
{
border-color: #946790;
}
.TagClassName
{
border-color: #946790;
}
</style>