Shades of Violet Blue #916C98
Tints of Violet Blue #916C98
RGB
CMYK
RGB Variations
Color information
#916C98 (or 0x916C98) is known color: Violet Blue. HEX triplet: 91, 6C and 98. RGB value is (145,108,152). Sum of RGB (Red+Green+Blue) = 145+108+152=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #916C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916C98 is #6E9367. Grayscale: #7B7B7B. Windows color (decimal): -7246696 or 9989265. OLE color: 9989265.
HSL color Cylindrical-coordinate representation of color #916C98: hue angle of 290.45º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #916C98 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 108 | 152 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.40 |
| HSL | 290.45º | 0.18% | 0.51% | - |
| HSV(B) | 290.45º | 0.29% | 0.6% | - |
| XYZ | 22.71 | 19.01 | 32.18 | - |
| YUV | 124.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 152 | 0.05 | 0.29 | 0 | 0.40 | 290.45 | 0.18 | 0.51 |
| Hex | 91 | 6C | 98 | 5 | 1D | 0 | 28 | 122 | 12 | 33 |
| Octal | 221 | 154 | 230 | 5 | 35 | 0 | 50 | 442 | 22 | 63 |
| Binary | 10010001 | 1101100 | 10011000 | 101 | 11101 | 0 | 101000 | 100100010 | 10010 | 110011 |
Color Harmonies of #916C98
Complementary color
Monochromatic Colors of #916C98
Black with #916C98
Text Example
Text Example
White with #916C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C98; }
p { color: rgb(145,108,152); }
H1.HeaderClassName
{
color: #916C98;
}
.AnyTagClassName
{
color: #916C98;
}
</style>
background-color css
<style>
a { background-color: #916C98; }
a { background-color: rgb(145,108,152); }
div.DivClassName
{
background-color: #916C98;
}
.BgClassName
{
background-color: #916C98;
}
</style>
border-color css
<style>
span { border-color: #916C98; }
span { border-color: rgb(145,108,152); }
td.TdClassName
{
border-color: #916C98;
}
.TagClassName
{
border-color: #916C98;
}
</style>