Shades of Violet Blue #93688D
Tints of Violet Blue #93688D
RGB
CMYK
RGB Variations
Color information
#93688D (or 0x93688D) is known color: Violet Blue. HEX triplet: 93, 68 and 8D. RGB value is (147,104,141). Sum of RGB (Red+Green+Blue) = 147+104+141=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #93688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93688D is #6C9772. Grayscale: #787878. Windows color (decimal): -7116659 or 9267347. OLE color: 9267347.
HSL color Cylindrical-coordinate representation of color #93688D: hue angle of 308.37º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93688D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 141 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.42 |
| HSL | 308.37º | 0.17% | 0.49% | - |
| HSV(B) | 308.37º | 0.29% | 0.58% | - |
| XYZ | 21.79 | 18.03 | 27.53 | - |
| YUV | 121.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 141 | 0 | 0.29 | 0.04 | 0.42 | 308.37 | 0.17 | 0.49 |
| Hex | 93 | 68 | 8D | 0 | 1D | 4 | 2A | 134 | 11 | 31 |
| Octal | 223 | 150 | 215 | 0 | 35 | 4 | 52 | 464 | 21 | 61 |
| Binary | 10010011 | 1101000 | 10001101 | 0 | 11101 | 100 | 101010 | 100110100 | 10001 | 110001 |
Color Harmonies of #93688D
Complementary color
Monochromatic Colors of #93688D
Black with #93688D
Text Example
Text Example
White with #93688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93688D; }
p { color: rgb(147,104,141); }
H1.HeaderClassName
{
color: #93688D;
}
.AnyTagClassName
{
color: #93688D;
}
</style>
background-color css
<style>
a { background-color: #93688D; }
a { background-color: rgb(147,104,141); }
div.DivClassName
{
background-color: #93688D;
}
.BgClassName
{
background-color: #93688D;
}
</style>
border-color css
<style>
span { border-color: #93688D; }
span { border-color: rgb(147,104,141); }
td.TdClassName
{
border-color: #93688D;
}
.TagClassName
{
border-color: #93688D;
}
</style>