Shades of Violet Blue #906098
Tints of Violet Blue #906098
RGB
CMYK
RGB Variations
Color information
#906098 (or 0x906098) is known color: Violet Blue. HEX triplet: 90, 60 and 98. RGB value is (144,96,152). Sum of RGB (Red+Green+Blue) = 144+96+152=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #906098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906098 is #6F9F67. Grayscale: #747474. Windows color (decimal): -7315304 or 9986192. OLE color: 9986192.
HSL color Cylindrical-coordinate representation of color #906098: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #906098 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 96 | 152 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.40 |
| HSL | 291.43º | 0.23% | 0.49% | - |
| HSV(B) | 291.43º | 0.37% | 0.6% | - |
| XYZ | 21.35 | 16.56 | 31.78 | - |
| YUV | 116.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 152 | 0.05 | 0.37 | 0 | 0.40 | 291.43 | 0.23 | 0.49 |
| Hex | 90 | 60 | 98 | 5 | 25 | 0 | 28 | 123 | 17 | 31 |
| Octal | 220 | 140 | 230 | 5 | 45 | 0 | 50 | 443 | 27 | 61 |
| Binary | 10010000 | 1100000 | 10011000 | 101 | 100101 | 0 | 101000 | 100100011 | 10111 | 110001 |
Color Harmonies of #906098
Complementary color
Monochromatic Colors of #906098
Black with #906098
Text Example
Text Example
White with #906098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906098; }
p { color: rgb(144,96,152); }
H1.HeaderClassName
{
color: #906098;
}
.AnyTagClassName
{
color: #906098;
}
</style>
background-color css
<style>
a { background-color: #906098; }
a { background-color: rgb(144,96,152); }
div.DivClassName
{
background-color: #906098;
}
.BgClassName
{
background-color: #906098;
}
</style>
border-color css
<style>
span { border-color: #906098; }
span { border-color: rgb(144,96,152); }
td.TdClassName
{
border-color: #906098;
}
.TagClassName
{
border-color: #906098;
}
</style>