Shades of Violet Blue #925A8E
Tints of Violet Blue #925A8E
RGB
CMYK
RGB Variations
Color information
#925A8E (or 0x925A8E) is known color: Violet Blue. HEX triplet: 92, 5A and 8E. RGB value is (146,90,142). Sum of RGB (Red+Green+Blue) = 146+90+142=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #925A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925A8E is #6DA571. Grayscale: #707070. Windows color (decimal): -7185778 or 9329298. OLE color: 9329298.
HSL color Cylindrical-coordinate representation of color #925A8E: hue angle of 304.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A8E is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 142 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.43 |
| HSL | 304.29º | 0.24% | 0.46% | - |
| HSV(B) | 304.29º | 0.38% | 0.57% | - |
| XYZ | 20.39 | 15.38 | 27.48 | - |
| YUV | 112.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 142 | 0 | 0.38 | 0.03 | 0.43 | 304.29 | 0.24 | 0.46 |
| Hex | 92 | 5A | 8E | 0 | 26 | 3 | 2B | 130 | 18 | 2E |
| Octal | 222 | 132 | 216 | 0 | 46 | 3 | 53 | 460 | 30 | 56 |
| Binary | 10010010 | 1011010 | 10001110 | 0 | 100110 | 11 | 101011 | 100110000 | 11000 | 101110 |
Color Harmonies of #925A8E
Complementary color
Monochromatic Colors of #925A8E
Black with #925A8E
Text Example
Text Example
White with #925A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A8E; }
p { color: rgb(146,90,142); }
H1.HeaderClassName
{
color: #925A8E;
}
.AnyTagClassName
{
color: #925A8E;
}
</style>
background-color css
<style>
a { background-color: #925A8E; }
a { background-color: rgb(146,90,142); }
div.DivClassName
{
background-color: #925A8E;
}
.BgClassName
{
background-color: #925A8E;
}
</style>
border-color css
<style>
span { border-color: #925A8E; }
span { border-color: rgb(146,90,142); }
td.TdClassName
{
border-color: #925A8E;
}
.TagClassName
{
border-color: #925A8E;
}
</style>