Shades of Violet Blue #906297
Tints of Violet Blue #906297
RGB
CMYK
RGB Variations
Color information
#906297 (or 0x906297) is known color: Violet Blue. HEX triplet: 90, 62 and 97. RGB value is (144,98,151). Sum of RGB (Red+Green+Blue) = 144+98+151=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #906297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906297 is #6F9D68. Grayscale: #757575. Windows color (decimal): -7314793 or 9921168. OLE color: 9921168.
HSL color Cylindrical-coordinate representation of color #906297: hue angle of 292.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #906297 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 98 | 151 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.41 |
| HSL | 292.08º | 0.21% | 0.49% | - |
| HSV(B) | 292.08º | 0.35% | 0.59% | - |
| XYZ | 21.46 | 16.9 | 31.41 | - |
| YUV | 117.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 151 | 0.05 | 0.35 | 0 | 0.41 | 292.08 | 0.21 | 0.49 |
| Hex | 90 | 62 | 97 | 5 | 23 | 0 | 29 | 124 | 15 | 31 |
| Octal | 220 | 142 | 227 | 5 | 43 | 0 | 51 | 444 | 25 | 61 |
| Binary | 10010000 | 1100010 | 10010111 | 101 | 100011 | 0 | 101001 | 100100100 | 10101 | 110001 |
Color Harmonies of #906297
Complementary color
Monochromatic Colors of #906297
Black with #906297
Text Example
Text Example
White with #906297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906297; }
p { color: rgb(144,98,151); }
H1.HeaderClassName
{
color: #906297;
}
.AnyTagClassName
{
color: #906297;
}
</style>
background-color css
<style>
a { background-color: #906297; }
a { background-color: rgb(144,98,151); }
div.DivClassName
{
background-color: #906297;
}
.BgClassName
{
background-color: #906297;
}
</style>
border-color css
<style>
span { border-color: #906297; }
span { border-color: rgb(144,98,151); }
td.TdClassName
{
border-color: #906297;
}
.TagClassName
{
border-color: #906297;
}
</style>