Shades of Violet Blue #906191
Tints of Violet Blue #906191
RGB
CMYK
RGB Variations
Color information
#906191 (or 0x906191) is known color: Violet Blue. HEX triplet: 90, 61 and 91. RGB value is (144,97,145). Sum of RGB (Red+Green+Blue) = 144+97+145=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #906191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906191 is #6F9E6E. Grayscale: #747474. Windows color (decimal): -7315055 or 9527696. OLE color: 9527696.
HSL color Cylindrical-coordinate representation of color #906191: hue angle of 298.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906191 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 97 | 145 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.43 |
| HSL | 298.75º | 0.2% | 0.47% | - |
| HSV(B) | 298.75º | 0.33% | 0.57% | - |
| XYZ | 20.89 | 16.52 | 28.88 | - |
| YUV | 116.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 145 | 0.01 | 0.33 | 0 | 0.43 | 298.75 | 0.2 | 0.47 |
| Hex | 90 | 61 | 91 | 1 | 21 | 0 | 2B | 12B | 14 | 2F |
| Octal | 220 | 141 | 221 | 1 | 41 | 0 | 53 | 453 | 24 | 57 |
| Binary | 10010000 | 1100001 | 10010001 | 1 | 100001 | 0 | 101011 | 100101011 | 10100 | 101111 |
Color Harmonies of #906191
Complementary color
Monochromatic Colors of #906191
Black with #906191
Text Example
Text Example
White with #906191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906191; }
p { color: rgb(144,97,145); }
H1.HeaderClassName
{
color: #906191;
}
.AnyTagClassName
{
color: #906191;
}
</style>
background-color css
<style>
a { background-color: #906191; }
a { background-color: rgb(144,97,145); }
div.DivClassName
{
background-color: #906191;
}
.BgClassName
{
background-color: #906191;
}
</style>
border-color css
<style>
span { border-color: #906191; }
span { border-color: rgb(144,97,145); }
td.TdClassName
{
border-color: #906191;
}
.TagClassName
{
border-color: #906191;
}
</style>