Shades of Violet Blue #925E91
Tints of Violet Blue #925E91
RGB
CMYK
RGB Variations
Color information
#925E91 (or 0x925E91) is known color: Violet Blue. HEX triplet: 92, 5E and 91. RGB value is (146,94,145). Sum of RGB (Red+Green+Blue) = 146+94+145=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #925E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925E91 is #6DA16E. Grayscale: #737373. Windows color (decimal): -7184751 or 9526930. OLE color: 9526930.
HSL color Cylindrical-coordinate representation of color #925E91: hue angle of 301.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E91 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 145 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.43 |
| HSL | 301.15º | 0.22% | 0.47% | - |
| HSV(B) | 301.15º | 0.36% | 0.57% | - |
| XYZ | 20.97 | 16.16 | 28.8 | - |
| YUV | 115.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 145 | 0 | 0.36 | 0.01 | 0.43 | 301.15 | 0.22 | 0.47 |
| Hex | 92 | 5E | 91 | 0 | 24 | 1 | 2B | 12D | 16 | 2F |
| Octal | 222 | 136 | 221 | 0 | 44 | 1 | 53 | 455 | 26 | 57 |
| Binary | 10010010 | 1011110 | 10010001 | 0 | 100100 | 1 | 101011 | 100101101 | 10110 | 101111 |
Color Harmonies of #925E91
Complementary color
Monochromatic Colors of #925E91
Black with #925E91
Text Example
Text Example
White with #925E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E91; }
p { color: rgb(146,94,145); }
H1.HeaderClassName
{
color: #925E91;
}
.AnyTagClassName
{
color: #925E91;
}
</style>
background-color css
<style>
a { background-color: #925E91; }
a { background-color: rgb(146,94,145); }
div.DivClassName
{
background-color: #925E91;
}
.BgClassName
{
background-color: #925E91;
}
</style>
border-color css
<style>
span { border-color: #925E91; }
span { border-color: rgb(146,94,145); }
td.TdClassName
{
border-color: #925E91;
}
.TagClassName
{
border-color: #925E91;
}
</style>