Shades of Violet Blue #92688D
Tints of Violet Blue #92688D
RGB
CMYK
RGB Variations
Color information
#92688D (or 0x92688D) is known color: Violet Blue. HEX triplet: 92, 68 and 8D. RGB value is (146,104,141). Sum of RGB (Red+Green+Blue) = 146+104+141=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #92688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92688D is #6D9772. Grayscale: #787878. Windows color (decimal): -7182195 or 9267346. OLE color: 9267346.
HSL color Cylindrical-coordinate representation of color #92688D: hue angle of 307.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92688D is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 141 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.43 |
| HSL | 307.14º | 0.17% | 0.49% | - |
| HSV(B) | 307.14º | 0.29% | 0.57% | - |
| XYZ | 21.61 | 17.93 | 27.52 | - |
| YUV | 120.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 141 | 0 | 0.29 | 0.03 | 0.43 | 307.14 | 0.17 | 0.49 |
| Hex | 92 | 68 | 8D | 0 | 1D | 3 | 2B | 133 | 11 | 31 |
| Octal | 222 | 150 | 215 | 0 | 35 | 3 | 53 | 463 | 21 | 61 |
| Binary | 10010010 | 1101000 | 10001101 | 0 | 11101 | 11 | 101011 | 100110011 | 10001 | 110001 |
Color Harmonies of #92688D
Complementary color
Monochromatic Colors of #92688D
Black with #92688D
Text Example
Text Example
White with #92688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92688D; }
p { color: rgb(146,104,141); }
H1.HeaderClassName
{
color: #92688D;
}
.AnyTagClassName
{
color: #92688D;
}
</style>
background-color css
<style>
a { background-color: #92688D; }
a { background-color: rgb(146,104,141); }
div.DivClassName
{
background-color: #92688D;
}
.BgClassName
{
background-color: #92688D;
}
</style>
border-color css
<style>
span { border-color: #92688D; }
span { border-color: rgb(146,104,141); }
td.TdClassName
{
border-color: #92688D;
}
.TagClassName
{
border-color: #92688D;
}
</style>