Shades of Violet Blue #906296
Tints of Violet Blue #906296
RGB
CMYK
RGB Variations
Color information
#906296 (or 0x906296) is known color: Violet Blue. HEX triplet: 90, 62 and 96. RGB value is (144,98,150). Sum of RGB (Red+Green+Blue) = 144+98+150=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #906296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906296 is #6F9D69. Grayscale: #757575. Windows color (decimal): -7314794 or 9855632. OLE color: 9855632.
HSL color Cylindrical-coordinate representation of color #906296: hue angle of 293.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 #906296 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 98 | 150 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.41 |
| HSL | 293.08º | 0.21% | 0.49% | - |
| HSV(B) | 293.08º | 0.35% | 0.59% | - |
| XYZ | 21.37 | 16.87 | 30.98 | - |
| YUV | 117.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 150 | 0.04 | 0.35 | 0 | 0.41 | 293.08 | 0.21 | 0.49 |
| Hex | 90 | 62 | 96 | 4 | 23 | 0 | 29 | 125 | 15 | 31 |
| Octal | 220 | 142 | 226 | 4 | 43 | 0 | 51 | 445 | 25 | 61 |
| Binary | 10010000 | 1100010 | 10010110 | 100 | 100011 | 0 | 101001 | 100100101 | 10101 | 110001 |
Color Harmonies of #906296
Complementary color
Monochromatic Colors of #906296
Black with #906296
Text Example
Text Example
White with #906296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906296; }
p { color: rgb(144,98,150); }
H1.HeaderClassName
{
color: #906296;
}
.AnyTagClassName
{
color: #906296;
}
</style>
background-color css
<style>
a { background-color: #906296; }
a { background-color: rgb(144,98,150); }
div.DivClassName
{
background-color: #906296;
}
.BgClassName
{
background-color: #906296;
}
</style>
border-color css
<style>
span { border-color: #906296; }
span { border-color: rgb(144,98,150); }
td.TdClassName
{
border-color: #906296;
}
.TagClassName
{
border-color: #906296;
}
</style>