Shades of Violet Blue #925699
Tints of Violet Blue #925699
RGB
CMYK
RGB Variations
Color information
#925699 (or 0x925699) is known color: Violet Blue. HEX triplet: 92, 56 and 99. RGB value is (146,86,153). Sum of RGB (Red+Green+Blue) = 146+86+153=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #925699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925699 is #6DA966. Grayscale: #6F6F6F. Windows color (decimal): -7186791 or 10049170. OLE color: 10049170.
HSL color Cylindrical-coordinate representation of color #925699: hue angle of 293.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925699 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 86 | 153 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.4 |
| HSL | 293.73º | 0.28% | 0.47% | - |
| HSV(B) | 293.73º | 0.44% | 0.6% | - |
| XYZ | 20.93 | 15.07 | 31.94 | - |
| YUV | 111.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 153 | 0.05 | 0.44 | 0 | 0.4 | 293.73 | 0.28 | 0.47 |
| Hex | 92 | 56 | 99 | 5 | 2C | 0 | 28 | 126 | 1C | 2F |
| Octal | 222 | 126 | 231 | 5 | 54 | 0 | 50 | 446 | 34 | 57 |
| Binary | 10010010 | 1010110 | 10011001 | 101 | 101100 | 0 | 101000 | 100100110 | 11100 | 101111 |
Color Harmonies of #925699
Complementary color
Monochromatic Colors of #925699
Black with #925699
Text Example
Text Example
White with #925699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925699; }
p { color: rgb(146,86,153); }
H1.HeaderClassName
{
color: #925699;
}
.AnyTagClassName
{
color: #925699;
}
</style>
background-color css
<style>
a { background-color: #925699; }
a { background-color: rgb(146,86,153); }
div.DivClassName
{
background-color: #925699;
}
.BgClassName
{
background-color: #925699;
}
</style>
border-color css
<style>
span { border-color: #925699; }
span { border-color: rgb(146,86,153); }
td.TdClassName
{
border-color: #925699;
}
.TagClassName
{
border-color: #925699;
}
</style>