Shades of Violet Blue #906F8E
Tints of Violet Blue #906F8E
RGB
CMYK
RGB Variations
Color information
#906F8E (or 0x906F8E) is known color: Violet Blue. HEX triplet: 90, 6F and 8E. RGB value is (144,111,142). Sum of RGB (Red+Green+Blue) = 144+111+142=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #906F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906F8E is #6F9071. Grayscale: #7C7C7C. Windows color (decimal): -7311474 or 9334672. OLE color: 9334672.
HSL color Cylindrical-coordinate representation of color #906F8E: hue angle of 303.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #906F8E is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 111 | 142 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.44 |
| HSL | 303.64º | 0.13% | 0.5% | - |
| HSV(B) | 303.64º | 0.23% | 0.56% | - |
| XYZ | 22.07 | 19.25 | 28.14 | - |
| YUV | 124.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 142 | 0 | 0.23 | 0.01 | 0.44 | 303.64 | 0.13 | 0.5 |
| Hex | 90 | 6F | 8E | 0 | 17 | 1 | 2C | 130 | D | 32 |
| Octal | 220 | 157 | 216 | 0 | 27 | 1 | 54 | 460 | 15 | 62 |
| Binary | 10010000 | 1101111 | 10001110 | 0 | 10111 | 1 | 101100 | 100110000 | 1101 | 110010 |
Color Harmonies of #906F8E
Complementary color
Monochromatic Colors of #906F8E
Black with #906F8E
Text Example
Text Example
White with #906F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906F8E; }
p { color: rgb(144,111,142); }
H1.HeaderClassName
{
color: #906F8E;
}
.AnyTagClassName
{
color: #906F8E;
}
</style>
background-color css
<style>
a { background-color: #906F8E; }
a { background-color: rgb(144,111,142); }
div.DivClassName
{
background-color: #906F8E;
}
.BgClassName
{
background-color: #906F8E;
}
</style>
border-color css
<style>
span { border-color: #906F8E; }
span { border-color: rgb(144,111,142); }
td.TdClassName
{
border-color: #906F8E;
}
.TagClassName
{
border-color: #906F8E;
}
</style>