Shades of Violet Blue #925296
Tints of Violet Blue #925296
RGB
CMYK
RGB Variations
Color information
#925296 (or 0x925296) is known color: Violet Blue. HEX triplet: 92, 52 and 96. RGB value is (146,82,150). Sum of RGB (Red+Green+Blue) = 146+82+150=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #925296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925296 is #6DAD69. Grayscale: #6C6C6C. Windows color (decimal): -7187818 or 9851538. OLE color: 9851538.
HSL color Cylindrical-coordinate representation of color #925296: hue angle of 296.47º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925296 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 82 | 150 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.41 |
| HSL | 296.47º | 0.29% | 0.45% | - |
| HSV(B) | 296.47º | 0.45% | 0.59% | - |
| XYZ | 20.38 | 14.35 | 30.55 | - |
| YUV | 108.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 150 | 0.03 | 0.45 | 0 | 0.41 | 296.47 | 0.29 | 0.45 |
| Hex | 92 | 52 | 96 | 3 | 2D | 0 | 29 | 128 | 1D | 2D |
| Octal | 222 | 122 | 226 | 3 | 55 | 0 | 51 | 450 | 35 | 55 |
| Binary | 10010010 | 1010010 | 10010110 | 11 | 101101 | 0 | 101001 | 100101000 | 11101 | 101101 |
Color Harmonies of #925296
Complementary color
Monochromatic Colors of #925296
Black with #925296
Text Example
Text Example
White with #925296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925296; }
p { color: rgb(146,82,150); }
H1.HeaderClassName
{
color: #925296;
}
.AnyTagClassName
{
color: #925296;
}
</style>
background-color css
<style>
a { background-color: #925296; }
a { background-color: rgb(146,82,150); }
div.DivClassName
{
background-color: #925296;
}
.BgClassName
{
background-color: #925296;
}
</style>
border-color css
<style>
span { border-color: #925296; }
span { border-color: rgb(146,82,150); }
td.TdClassName
{
border-color: #925296;
}
.TagClassName
{
border-color: #925296;
}
</style>