Shades of Violet Blue #93698E
Tints of Violet Blue #93698E
RGB
CMYK
RGB Variations
Color information
#93698E (or 0x93698E) is known color: Violet Blue. HEX triplet: 93, 69 and 8E. RGB value is (147,105,142). Sum of RGB (Red+Green+Blue) = 147+105+142=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #93698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93698E is #6C9671. Grayscale: #797979. Windows color (decimal): -7116402 or 9333139. OLE color: 9333139.
HSL color Cylindrical-coordinate representation of color #93698E: hue angle of 307.14º 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 #93698E is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 142 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.42 |
| HSL | 307.14º | 0.17% | 0.49% | - |
| HSV(B) | 307.14º | 0.29% | 0.58% | - |
| XYZ | 21.97 | 18.26 | 27.96 | - |
| YUV | 121.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 142 | 0 | 0.29 | 0.03 | 0.42 | 307.14 | 0.17 | 0.49 |
| Hex | 93 | 69 | 8E | 0 | 1D | 3 | 2A | 133 | 11 | 31 |
| Octal | 223 | 151 | 216 | 0 | 35 | 3 | 52 | 463 | 21 | 61 |
| Binary | 10010011 | 1101001 | 10001110 | 0 | 11101 | 11 | 101010 | 100110011 | 10001 | 110001 |
Color Harmonies of #93698E
Complementary color
Monochromatic Colors of #93698E
Black with #93698E
Text Example
Text Example
White with #93698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93698E; }
p { color: rgb(147,105,142); }
H1.HeaderClassName
{
color: #93698E;
}
.AnyTagClassName
{
color: #93698E;
}
</style>
background-color css
<style>
a { background-color: #93698E; }
a { background-color: rgb(147,105,142); }
div.DivClassName
{
background-color: #93698E;
}
.BgClassName
{
background-color: #93698E;
}
</style>
border-color css
<style>
span { border-color: #93698E; }
span { border-color: rgb(147,105,142); }
td.TdClassName
{
border-color: #93698E;
}
.TagClassName
{
border-color: #93698E;
}
</style>