Shades of Violet Blue #927393
Tints of Violet Blue #927393
RGB
CMYK
RGB Variations
Color information
#927393 (or 0x927393) is known color: Violet Blue. HEX triplet: 92, 73 and 93. RGB value is (146,115,147). Sum of RGB (Red+Green+Blue) = 146+115+147=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #927393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927393 is #6D8C6C. Grayscale: #7F7F7F. Windows color (decimal): -7179373 or 9663378. OLE color: 9663378.
HSL color Cylindrical-coordinate representation of color #927393: hue angle of 298.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927393 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 115 | 147 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.42 |
| HSL | 298.13º | 0.13% | 0.51% | - |
| HSV(B) | 298.13º | 0.22% | 0.58% | - |
| XYZ | 23.25 | 20.48 | 30.33 | - |
| YUV | 127.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 147 | 0.01 | 0.22 | 0 | 0.42 | 298.13 | 0.13 | 0.51 |
| Hex | 92 | 73 | 93 | 1 | 16 | 0 | 2A | 12A | D | 33 |
| Octal | 222 | 163 | 223 | 1 | 26 | 0 | 52 | 452 | 15 | 63 |
| Binary | 10010010 | 1110011 | 10010011 | 1 | 10110 | 0 | 101010 | 100101010 | 1101 | 110011 |
Color Harmonies of #927393
Complementary color
Monochromatic Colors of #927393
Black with #927393
Text Example
Text Example
White with #927393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927393; }
p { color: rgb(146,115,147); }
H1.HeaderClassName
{
color: #927393;
}
.AnyTagClassName
{
color: #927393;
}
</style>
background-color css
<style>
a { background-color: #927393; }
a { background-color: rgb(146,115,147); }
div.DivClassName
{
background-color: #927393;
}
.BgClassName
{
background-color: #927393;
}
</style>
border-color css
<style>
span { border-color: #927393; }
span { border-color: rgb(146,115,147); }
td.TdClassName
{
border-color: #927393;
}
.TagClassName
{
border-color: #927393;
}
</style>