Shades of Violet Blue #916B98
Tints of Violet Blue #916B98
RGB
CMYK
RGB Variations
Color information
#916B98 (or 0x916B98) is known color: Violet Blue. HEX triplet: 91, 6B and 98. RGB value is (145,107,152). Sum of RGB (Red+Green+Blue) = 145+107+152=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #916B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916B98 is #6E9467. Grayscale: #7B7B7B. Windows color (decimal): -7246952 or 9989009. OLE color: 9989009.
HSL color Cylindrical-coordinate representation of color #916B98: hue angle of 290.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916B98 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 107 | 152 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.40 |
| HSL | 290.67º | 0.18% | 0.51% | - |
| HSV(B) | 290.67º | 0.3% | 0.6% | - |
| XYZ | 22.6 | 18.8 | 32.14 | - |
| YUV | 123.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 152 | 0.05 | 0.30 | 0 | 0.40 | 290.67 | 0.18 | 0.51 |
| Hex | 91 | 6B | 98 | 5 | 1E | 0 | 28 | 123 | 12 | 33 |
| Octal | 221 | 153 | 230 | 5 | 36 | 0 | 50 | 443 | 22 | 63 |
| Binary | 10010001 | 1101011 | 10011000 | 101 | 11110 | 0 | 101000 | 100100011 | 10010 | 110011 |
Color Harmonies of #916B98
Complementary color
Monochromatic Colors of #916B98
Black with #916B98
Text Example
Text Example
White with #916B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B98; }
p { color: rgb(145,107,152); }
H1.HeaderClassName
{
color: #916B98;
}
.AnyTagClassName
{
color: #916B98;
}
</style>
background-color css
<style>
a { background-color: #916B98; }
a { background-color: rgb(145,107,152); }
div.DivClassName
{
background-color: #916B98;
}
.BgClassName
{
background-color: #916B98;
}
</style>
border-color css
<style>
span { border-color: #916B98; }
span { border-color: rgb(145,107,152); }
td.TdClassName
{
border-color: #916B98;
}
.TagClassName
{
border-color: #916B98;
}
</style>