Shades of Violet Blue #917090
Tints of Violet Blue #917090
RGB
CMYK
RGB Variations
Color information
#917090 (or 0x917090) is known color: Violet Blue. HEX triplet: 91, 70 and 90. RGB value is (145,112,144). Sum of RGB (Red+Green+Blue) = 145+112+144=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #917090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917090 is #6E8F6F. Grayscale: #7D7D7D. Windows color (decimal): -7245680 or 9466001. OLE color: 9466001.
HSL color Cylindrical-coordinate representation of color #917090: hue angle of 301.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917090 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 144 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.43 |
| HSL | 301.82º | 0.13% | 0.5% | - |
| HSV(B) | 301.82º | 0.23% | 0.57% | - |
| XYZ | 22.51 | 19.62 | 28.99 | - |
| YUV | 125.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 144 | 0 | 0.23 | 0.01 | 0.43 | 301.82 | 0.13 | 0.5 |
| Hex | 91 | 70 | 90 | 0 | 17 | 1 | 2B | 12E | D | 32 |
| Octal | 221 | 160 | 220 | 0 | 27 | 1 | 53 | 456 | 15 | 62 |
| Binary | 10010001 | 1110000 | 10010000 | 0 | 10111 | 1 | 101011 | 100101110 | 1101 | 110010 |
Color Harmonies of #917090
Complementary color
Monochromatic Colors of #917090
Black with #917090
Text Example
Text Example
White with #917090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917090; }
p { color: rgb(145,112,144); }
H1.HeaderClassName
{
color: #917090;
}
.AnyTagClassName
{
color: #917090;
}
</style>
background-color css
<style>
a { background-color: #917090; }
a { background-color: rgb(145,112,144); }
div.DivClassName
{
background-color: #917090;
}
.BgClassName
{
background-color: #917090;
}
</style>
border-color css
<style>
span { border-color: #917090; }
span { border-color: rgb(145,112,144); }
td.TdClassName
{
border-color: #917090;
}
.TagClassName
{
border-color: #917090;
}
</style>