Shades of Violet Blue #906D8F
Tints of Violet Blue #906D8F
RGB
CMYK
RGB Variations
Color information
#906D8F (or 0x906D8F) is known color: Violet Blue. HEX triplet: 90, 6D and 8F. RGB value is (144,109,143). Sum of RGB (Red+Green+Blue) = 144+109+143=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #906D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D8F is #6F9270. Grayscale: #7B7B7B. Windows color (decimal): -7311985 or 9399696. OLE color: 9399696.
HSL color Cylindrical-coordinate representation of color #906D8F: hue angle of 301.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906D8F is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 109 | 143 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.44 |
| HSL | 301.71º | 0.14% | 0.5% | - |
| HSV(B) | 301.71º | 0.24% | 0.56% | - |
| XYZ | 21.93 | 18.85 | 28.47 | - |
| YUV | 123.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 143 | 0 | 0.24 | 0.01 | 0.44 | 301.71 | 0.14 | 0.5 |
| Hex | 90 | 6D | 8F | 0 | 18 | 1 | 2C | 12E | E | 32 |
| Octal | 220 | 155 | 217 | 0 | 30 | 1 | 54 | 456 | 16 | 62 |
| Binary | 10010000 | 1101101 | 10001111 | 0 | 11000 | 1 | 101100 | 100101110 | 1110 | 110010 |
Color Harmonies of #906D8F
Complementary color
Monochromatic Colors of #906D8F
Black with #906D8F
Text Example
Text Example
White with #906D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906D8F; }
p { color: rgb(144,109,143); }
H1.HeaderClassName
{
color: #906D8F;
}
.AnyTagClassName
{
color: #906D8F;
}
</style>
background-color css
<style>
a { background-color: #906D8F; }
a { background-color: rgb(144,109,143); }
div.DivClassName
{
background-color: #906D8F;
}
.BgClassName
{
background-color: #906D8F;
}
</style>
border-color css
<style>
span { border-color: #906D8F; }
span { border-color: rgb(144,109,143); }
td.TdClassName
{
border-color: #906D8F;
}
.TagClassName
{
border-color: #906D8F;
}
</style>