Shades of Violet Blue #926D99
Tints of Violet Blue #926D99
RGB
CMYK
RGB Variations
Color information
#926D99 (or 0x926D99) is known color: Violet Blue. HEX triplet: 92, 6D and 99. RGB value is (146,109,153). Sum of RGB (Red+Green+Blue) = 146+109+153=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #926D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926D99 is #6D9266. Grayscale: #7C7C7C. Windows color (decimal): -7180903 or 10055058. OLE color: 10055058.
HSL color Cylindrical-coordinate representation of color #926D99: 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 #926D99 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 109 | 153 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.4 |
| HSL | 290.45º | 0.18% | 0.51% | - |
| HSV(B) | 290.45º | 0.29% | 0.6% | - |
| XYZ | 23.07 | 19.35 | 32.66 | - |
| YUV | 125.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 153 | 0.05 | 0.29 | 0 | 0.4 | 290.45 | 0.18 | 0.51 |
| Hex | 92 | 6D | 99 | 5 | 1D | 0 | 28 | 122 | 12 | 33 |
| Octal | 222 | 155 | 231 | 5 | 35 | 0 | 50 | 442 | 22 | 63 |
| Binary | 10010010 | 1101101 | 10011001 | 101 | 11101 | 0 | 101000 | 100100010 | 10010 | 110011 |
Color Harmonies of #926D99
Complementary color
Monochromatic Colors of #926D99
Black with #926D99
Text Example
Text Example
White with #926D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D99; }
p { color: rgb(146,109,153); }
H1.HeaderClassName
{
color: #926D99;
}
.AnyTagClassName
{
color: #926D99;
}
</style>
background-color css
<style>
a { background-color: #926D99; }
a { background-color: rgb(146,109,153); }
div.DivClassName
{
background-color: #926D99;
}
.BgClassName
{
background-color: #926D99;
}
</style>
border-color css
<style>
span { border-color: #926D99; }
span { border-color: rgb(146,109,153); }
td.TdClassName
{
border-color: #926D99;
}
.TagClassName
{
border-color: #926D99;
}
</style>