Shades of Violet Blue #906A92
Tints of Violet Blue #906A92
RGB
CMYK
RGB Variations
Color information
#906A92 (or 0x906A92) is known color: Violet Blue. HEX triplet: 90, 6A and 92. RGB value is (144,106,146). Sum of RGB (Red+Green+Blue) = 144+106+146=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #906A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906A92 is #6F956D. Grayscale: #797979. Windows color (decimal): -7312750 or 9595536. OLE color: 9595536.
HSL color Cylindrical-coordinate representation of color #906A92: hue angle of 297º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906A92 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 106 | 146 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.43 |
| HSL | 297º | 0.16% | 0.49% | - |
| HSV(B) | 297º | 0.27% | 0.57% | - |
| XYZ | 21.84 | 18.31 | 29.58 | - |
| YUV | 121.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 146 | 0.01 | 0.27 | 0 | 0.43 | 297 | 0.16 | 0.49 |
| Hex | 90 | 6A | 92 | 1 | 1B | 0 | 2B | 129 | 10 | 31 |
| Octal | 220 | 152 | 222 | 1 | 33 | 0 | 53 | 451 | 20 | 61 |
| Binary | 10010000 | 1101010 | 10010010 | 1 | 11011 | 0 | 101011 | 100101001 | 10000 | 110001 |
Color Harmonies of #906A92
Complementary color
Monochromatic Colors of #906A92
Black with #906A92
Text Example
Text Example
White with #906A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A92; }
p { color: rgb(144,106,146); }
H1.HeaderClassName
{
color: #906A92;
}
.AnyTagClassName
{
color: #906A92;
}
</style>
background-color css
<style>
a { background-color: #906A92; }
a { background-color: rgb(144,106,146); }
div.DivClassName
{
background-color: #906A92;
}
.BgClassName
{
background-color: #906A92;
}
</style>
border-color css
<style>
span { border-color: #906A92; }
span { border-color: rgb(144,106,146); }
td.TdClassName
{
border-color: #906A92;
}
.TagClassName
{
border-color: #906A92;
}
</style>