Shades of Violet Blue #906894
Tints of Violet Blue #906894
RGB
CMYK
RGB Variations
Color information
#906894 (or 0x906894) is known color: Violet Blue. HEX triplet: 90, 68 and 94. RGB value is (144,104,148). Sum of RGB (Red+Green+Blue) = 144+104+148=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #906894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906894 is #6F976B. Grayscale: #787878. Windows color (decimal): -7313260 or 9726096. OLE color: 9726096.
HSL color Cylindrical-coordinate representation of color #906894: hue angle of 294.55º 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 #906894 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 104 | 148 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.42 |
| HSL | 294.55º | 0.17% | 0.49% | - |
| HSV(B) | 294.55º | 0.3% | 0.58% | - |
| XYZ | 21.8 | 17.97 | 30.34 | - |
| YUV | 120.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 148 | 0.03 | 0.30 | 0 | 0.42 | 294.55 | 0.17 | 0.49 |
| Hex | 90 | 68 | 94 | 3 | 1E | 0 | 2A | 127 | 11 | 31 |
| Octal | 220 | 150 | 224 | 3 | 36 | 0 | 52 | 447 | 21 | 61 |
| Binary | 10010000 | 1101000 | 10010100 | 11 | 11110 | 0 | 101010 | 100100111 | 10001 | 110001 |
Color Harmonies of #906894
Complementary color
Monochromatic Colors of #906894
Black with #906894
Text Example
Text Example
White with #906894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906894; }
p { color: rgb(144,104,148); }
H1.HeaderClassName
{
color: #906894;
}
.AnyTagClassName
{
color: #906894;
}
</style>
background-color css
<style>
a { background-color: #906894; }
a { background-color: rgb(144,104,148); }
div.DivClassName
{
background-color: #906894;
}
.BgClassName
{
background-color: #906894;
}
</style>
border-color css
<style>
span { border-color: #906894; }
span { border-color: rgb(144,104,148); }
td.TdClassName
{
border-color: #906894;
}
.TagClassName
{
border-color: #906894;
}
</style>