Shades of Violet Blue #906898
Tints of Violet Blue #906898
RGB
CMYK
RGB Variations
Color information
#906898 (or 0x906898) is known color: Violet Blue. HEX triplet: 90, 68 and 98. RGB value is (144,104,152). Sum of RGB (Red+Green+Blue) = 144+104+152=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #906898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906898 is #6F9767. Grayscale: #797979. Windows color (decimal): -7313256 or 9988240. OLE color: 9988240.
HSL color Cylindrical-coordinate representation of color #906898: hue angle of 290º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906898 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 104 | 152 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.40 |
| HSL | 290º | 0.19% | 0.5% | - |
| HSV(B) | 290º | 0.32% | 0.6% | - |
| XYZ | 22.12 | 18.1 | 32.03 | - |
| YUV | 121.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 152 | 0.05 | 0.32 | 0 | 0.40 | 290 | 0.19 | 0.5 |
| Hex | 90 | 68 | 98 | 5 | 20 | 0 | 28 | 122 | 13 | 32 |
| Octal | 220 | 150 | 230 | 5 | 40 | 0 | 50 | 442 | 23 | 62 |
| Binary | 10010000 | 1101000 | 10011000 | 101 | 100000 | 0 | 101000 | 100100010 | 10011 | 110010 |
Color Harmonies of #906898
Complementary color
Monochromatic Colors of #906898
Black with #906898
Text Example
Text Example
White with #906898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906898; }
p { color: rgb(144,104,152); }
H1.HeaderClassName
{
color: #906898;
}
.AnyTagClassName
{
color: #906898;
}
</style>
background-color css
<style>
a { background-color: #906898; }
a { background-color: rgb(144,104,152); }
div.DivClassName
{
background-color: #906898;
}
.BgClassName
{
background-color: #906898;
}
</style>
border-color css
<style>
span { border-color: #906898; }
span { border-color: rgb(144,104,152); }
td.TdClassName
{
border-color: #906898;
}
.TagClassName
{
border-color: #906898;
}
</style>