Shades of Violet Blue #925E9A
Tints of Violet Blue #925E9A
RGB
CMYK
RGB Variations
Color information
#925E9A (or 0x925E9A) is known color: Violet Blue. HEX triplet: 92, 5E and 9A. RGB value is (146,94,154). Sum of RGB (Red+Green+Blue) = 146+94+154=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #925E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925E9A is #6DA165. Grayscale: #747474. Windows color (decimal): -7184742 or 10116754. OLE color: 10116754.
HSL color Cylindrical-coordinate representation of color #925E9A: hue angle of 292º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #925E9A is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 94 | 154 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.40 |
| HSL | 292º | 0.24% | 0.49% | - |
| HSV(B) | 292º | 0.39% | 0.6% | - |
| XYZ | 21.69 | 16.45 | 32.6 | - |
| YUV | 116.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 154 | 0.05 | 0.39 | 0 | 0.40 | 292 | 0.24 | 0.49 |
| Hex | 92 | 5E | 9A | 5 | 27 | 0 | 28 | 124 | 18 | 31 |
| Octal | 222 | 136 | 232 | 5 | 47 | 0 | 50 | 444 | 30 | 61 |
| Binary | 10010010 | 1011110 | 10011010 | 101 | 100111 | 0 | 101000 | 100100100 | 11000 | 110001 |
Color Harmonies of #925E9A
Complementary color
Monochromatic Colors of #925E9A
Black with #925E9A
Text Example
Text Example
White with #925E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E9A; }
p { color: rgb(146,94,154); }
H1.HeaderClassName
{
color: #925E9A;
}
.AnyTagClassName
{
color: #925E9A;
}
</style>
background-color css
<style>
a { background-color: #925E9A; }
a { background-color: rgb(146,94,154); }
div.DivClassName
{
background-color: #925E9A;
}
.BgClassName
{
background-color: #925E9A;
}
</style>
border-color css
<style>
span { border-color: #925E9A; }
span { border-color: rgb(146,94,154); }
td.TdClassName
{
border-color: #925E9A;
}
.TagClassName
{
border-color: #925E9A;
}
</style>