Shades of Violet Blue #906B94
Tints of Violet Blue #906B94
RGB
CMYK
RGB Variations
Color information
#906B94 (or 0x906B94) is known color: Violet Blue. HEX triplet: 90, 6B and 94. RGB value is (144,107,148). Sum of RGB (Red+Green+Blue) = 144+107+148=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #906B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906B94 is #6F946B. Grayscale: #7A7A7A. Windows color (decimal): -7312492 or 9726864. OLE color: 9726864.
HSL color Cylindrical-coordinate representation of color #906B94: hue angle of 294.15º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906B94 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 107 | 148 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.42 |
| HSL | 294.15º | 0.16% | 0.5% | - |
| HSV(B) | 294.15º | 0.28% | 0.58% | - |
| XYZ | 22.1 | 18.58 | 30.44 | - |
| YUV | 122.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 148 | 0.03 | 0.28 | 0 | 0.42 | 294.15 | 0.16 | 0.5 |
| Hex | 90 | 6B | 94 | 3 | 1C | 0 | 2A | 126 | 10 | 32 |
| Octal | 220 | 153 | 224 | 3 | 34 | 0 | 52 | 446 | 20 | 62 |
| Binary | 10010000 | 1101011 | 10010100 | 11 | 11100 | 0 | 101010 | 100100110 | 10000 | 110010 |
Color Harmonies of #906B94
Complementary color
Monochromatic Colors of #906B94
Black with #906B94
Text Example
Text Example
White with #906B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B94; }
p { color: rgb(144,107,148); }
H1.HeaderClassName
{
color: #906B94;
}
.AnyTagClassName
{
color: #906B94;
}
</style>
background-color css
<style>
a { background-color: #906B94; }
a { background-color: rgb(144,107,148); }
div.DivClassName
{
background-color: #906B94;
}
.BgClassName
{
background-color: #906B94;
}
</style>
border-color css
<style>
span { border-color: #906B94; }
span { border-color: rgb(144,107,148); }
td.TdClassName
{
border-color: #906B94;
}
.TagClassName
{
border-color: #906B94;
}
</style>