Shades of Violet Blue #93698D
Tints of Violet Blue #93698D
RGB
CMYK
RGB Variations
Color information
#93698D (or 0x93698D) is known color: Violet Blue. HEX triplet: 93, 69 and 8D. RGB value is (147,105,141). Sum of RGB (Red+Green+Blue) = 147+105+141=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #93698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93698D is #6C9672. Grayscale: #797979. Windows color (decimal): -7116403 or 9267603. OLE color: 9267603.
HSL color Cylindrical-coordinate representation of color #93698D: hue angle of 308.57º 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 #93698D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 141 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.42 |
| HSL | 308.57º | 0.17% | 0.49% | - |
| HSV(B) | 308.57º | 0.29% | 0.58% | - |
| XYZ | 21.89 | 18.23 | 27.56 | - |
| YUV | 121.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 141 | 0 | 0.29 | 0.04 | 0.42 | 308.57 | 0.17 | 0.49 |
| Hex | 93 | 69 | 8D | 0 | 1D | 4 | 2A | 135 | 11 | 31 |
| Octal | 223 | 151 | 215 | 0 | 35 | 4 | 52 | 465 | 21 | 61 |
| Binary | 10010011 | 1101001 | 10001101 | 0 | 11101 | 100 | 101010 | 100110101 | 10001 | 110001 |
Color Harmonies of #93698D
Complementary color
Monochromatic Colors of #93698D
Black with #93698D
Text Example
Text Example
White with #93698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93698D; }
p { color: rgb(147,105,141); }
H1.HeaderClassName
{
color: #93698D;
}
.AnyTagClassName
{
color: #93698D;
}
</style>
background-color css
<style>
a { background-color: #93698D; }
a { background-color: rgb(147,105,141); }
div.DivClassName
{
background-color: #93698D;
}
.BgClassName
{
background-color: #93698D;
}
</style>
border-color css
<style>
span { border-color: #93698D; }
span { border-color: rgb(147,105,141); }
td.TdClassName
{
border-color: #93698D;
}
.TagClassName
{
border-color: #93698D;
}
</style>