Shades of Violet Blue #906691
Tints of Violet Blue #906691
RGB
CMYK
RGB Variations
Color information
#906691 (or 0x906691) is known color: Violet Blue. HEX triplet: 90, 66 and 91. RGB value is (144,102,145). Sum of RGB (Red+Green+Blue) = 144+102+145=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #906691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906691 is #6F996E. Grayscale: #777777. Windows color (decimal): -7313775 or 9528976. OLE color: 9528976.
HSL color Cylindrical-coordinate representation of color #906691: hue angle of 298.6º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #906691 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 102 | 145 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.43 |
| HSL | 298.6º | 0.17% | 0.48% | - |
| HSV(B) | 298.6º | 0.3% | 0.57% | - |
| XYZ | 21.36 | 17.48 | 29.04 | - |
| YUV | 119.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 145 | 0.01 | 0.30 | 0 | 0.43 | 298.6 | 0.17 | 0.48 |
| Hex | 90 | 66 | 91 | 1 | 1E | 0 | 2B | 12B | 11 | 30 |
| Octal | 220 | 146 | 221 | 1 | 36 | 0 | 53 | 453 | 21 | 60 |
| Binary | 10010000 | 1100110 | 10010001 | 1 | 11110 | 0 | 101011 | 100101011 | 10001 | 110000 |
Color Harmonies of #906691
Complementary color
Monochromatic Colors of #906691
Black with #906691
Text Example
Text Example
White with #906691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906691; }
p { color: rgb(144,102,145); }
H1.HeaderClassName
{
color: #906691;
}
.AnyTagClassName
{
color: #906691;
}
</style>
background-color css
<style>
a { background-color: #906691; }
a { background-color: rgb(144,102,145); }
div.DivClassName
{
background-color: #906691;
}
.BgClassName
{
background-color: #906691;
}
</style>
border-color css
<style>
span { border-color: #906691; }
span { border-color: rgb(144,102,145); }
td.TdClassName
{
border-color: #906691;
}
.TagClassName
{
border-color: #906691;
}
</style>