Shades of Violet Blue #925299
Tints of Violet Blue #925299
RGB
CMYK
RGB Variations
Color information
#925299 (or 0x925299) is known color: Violet Blue. HEX triplet: 92, 52 and 99. RGB value is (146,82,153). Sum of RGB (Red+Green+Blue) = 146+82+153=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #925299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925299 is #6DAD66. Grayscale: #6D6D6D. Windows color (decimal): -7187815 or 10048146. OLE color: 10048146.
HSL color Cylindrical-coordinate representation of color #925299: hue angle of 294.08º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #925299 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 82 | 153 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.4 |
| HSL | 294.08º | 0.3% | 0.46% | - |
| HSV(B) | 294.08º | 0.46% | 0.6% | - |
| XYZ | 20.62 | 14.45 | 31.84 | - |
| YUV | 109.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 153 | 0.05 | 0.46 | 0 | 0.4 | 294.08 | 0.3 | 0.46 |
| Hex | 92 | 52 | 99 | 5 | 2E | 0 | 28 | 126 | 1E | 2E |
| Octal | 222 | 122 | 231 | 5 | 56 | 0 | 50 | 446 | 36 | 56 |
| Binary | 10010010 | 1010010 | 10011001 | 101 | 101110 | 0 | 101000 | 100100110 | 11110 | 101110 |
Color Harmonies of #925299
Complementary color
Monochromatic Colors of #925299
Black with #925299
Text Example
Text Example
White with #925299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925299; }
p { color: rgb(146,82,153); }
H1.HeaderClassName
{
color: #925299;
}
.AnyTagClassName
{
color: #925299;
}
</style>
background-color css
<style>
a { background-color: #925299; }
a { background-color: rgb(146,82,153); }
div.DivClassName
{
background-color: #925299;
}
.BgClassName
{
background-color: #925299;
}
</style>
border-color css
<style>
span { border-color: #925299; }
span { border-color: rgb(146,82,153); }
td.TdClassName
{
border-color: #925299;
}
.TagClassName
{
border-color: #925299;
}
</style>