Shades of Violet Blue #906495
Tints of Violet Blue #906495
RGB
CMYK
RGB Variations
Color information
#906495 (or 0x906495) is known color: Violet Blue. HEX triplet: 90, 64 and 95. RGB value is (144,100,149). Sum of RGB (Red+Green+Blue) = 144+100+149=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #906495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906495 is #6F9B6A. Grayscale: #767676. Windows color (decimal): -7314283 or 9790608. OLE color: 9790608.
HSL color Cylindrical-coordinate representation of color #906495: hue angle of 293.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906495 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 100 | 149 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.42 |
| HSL | 293.88º | 0.2% | 0.49% | - |
| HSV(B) | 293.88º | 0.33% | 0.58% | - |
| XYZ | 21.48 | 17.21 | 30.62 | - |
| YUV | 118.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 149 | 0.03 | 0.33 | 0 | 0.42 | 293.88 | 0.2 | 0.49 |
| Hex | 90 | 64 | 95 | 3 | 21 | 0 | 2A | 126 | 14 | 31 |
| Octal | 220 | 144 | 225 | 3 | 41 | 0 | 52 | 446 | 24 | 61 |
| Binary | 10010000 | 1100100 | 10010101 | 11 | 100001 | 0 | 101010 | 100100110 | 10100 | 110001 |
Color Harmonies of #906495
Complementary color
Monochromatic Colors of #906495
Black with #906495
Text Example
Text Example
White with #906495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906495; }
p { color: rgb(144,100,149); }
H1.HeaderClassName
{
color: #906495;
}
.AnyTagClassName
{
color: #906495;
}
</style>
background-color css
<style>
a { background-color: #906495; }
a { background-color: rgb(144,100,149); }
div.DivClassName
{
background-color: #906495;
}
.BgClassName
{
background-color: #906495;
}
</style>
border-color css
<style>
span { border-color: #906495; }
span { border-color: rgb(144,100,149); }
td.TdClassName
{
border-color: #906495;
}
.TagClassName
{
border-color: #906495;
}
</style>