Shades of Violet Blue #906694
Tints of Violet Blue #906694
RGB
CMYK
RGB Variations
Color information
#906694 (or 0x906694) is known color: Violet Blue. HEX triplet: 90, 66 and 94. RGB value is (144,102,148). Sum of RGB (Red+Green+Blue) = 144+102+148=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #906694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906694 is #6F996B. Grayscale: #777777. Windows color (decimal): -7313772 or 9725584. OLE color: 9725584.
HSL color Cylindrical-coordinate representation of color #906694: hue angle of 294.78º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906694 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 102 | 148 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.42 |
| HSL | 294.78º | 0.18% | 0.49% | - |
| HSV(B) | 294.78º | 0.31% | 0.58% | - |
| XYZ | 21.6 | 17.57 | 30.27 | - |
| YUV | 119.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 148 | 0.03 | 0.31 | 0 | 0.42 | 294.78 | 0.18 | 0.49 |
| Hex | 90 | 66 | 94 | 3 | 1F | 0 | 2A | 127 | 12 | 31 |
| Octal | 220 | 146 | 224 | 3 | 37 | 0 | 52 | 447 | 22 | 61 |
| Binary | 10010000 | 1100110 | 10010100 | 11 | 11111 | 0 | 101010 | 100100111 | 10010 | 110001 |
Color Harmonies of #906694
Complementary color
Monochromatic Colors of #906694
Black with #906694
Text Example
Text Example
White with #906694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906694; }
p { color: rgb(144,102,148); }
H1.HeaderClassName
{
color: #906694;
}
.AnyTagClassName
{
color: #906694;
}
</style>
background-color css
<style>
a { background-color: #906694; }
a { background-color: rgb(144,102,148); }
div.DivClassName
{
background-color: #906694;
}
.BgClassName
{
background-color: #906694;
}
</style>
border-color css
<style>
span { border-color: #906694; }
span { border-color: rgb(144,102,148); }
td.TdClassName
{
border-color: #906694;
}
.TagClassName
{
border-color: #906694;
}
</style>