Shades of Violet Blue #93688F
Tints of Violet Blue #93688F
RGB
CMYK
RGB Variations
Color information
#93688F (or 0x93688F) is known color: Violet Blue. HEX triplet: 93, 68 and 8F. RGB value is (147,104,143). Sum of RGB (Red+Green+Blue) = 147+104+143=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #93688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93688F is #6C9770. Grayscale: #797979. Windows color (decimal): -7116657 or 9398419. OLE color: 9398419.
HSL color Cylindrical-coordinate representation of color #93688F: hue angle of 305.58º 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 #93688F is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 143 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.42 |
| HSL | 305.58º | 0.17% | 0.49% | - |
| HSV(B) | 305.58º | 0.29% | 0.58% | - |
| XYZ | 21.94 | 18.09 | 28.32 | - |
| YUV | 121.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 143 | 0 | 0.29 | 0.03 | 0.42 | 305.58 | 0.17 | 0.49 |
| Hex | 93 | 68 | 8F | 0 | 1D | 3 | 2A | 132 | 11 | 31 |
| Octal | 223 | 150 | 217 | 0 | 35 | 3 | 52 | 462 | 21 | 61 |
| Binary | 10010011 | 1101000 | 10001111 | 0 | 11101 | 11 | 101010 | 100110010 | 10001 | 110001 |
Color Harmonies of #93688F
Complementary color
Monochromatic Colors of #93688F
Black with #93688F
Text Example
Text Example
White with #93688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93688F; }
p { color: rgb(147,104,143); }
H1.HeaderClassName
{
color: #93688F;
}
.AnyTagClassName
{
color: #93688F;
}
</style>
background-color css
<style>
a { background-color: #93688F; }
a { background-color: rgb(147,104,143); }
div.DivClassName
{
background-color: #93688F;
}
.BgClassName
{
background-color: #93688F;
}
</style>
border-color css
<style>
span { border-color: #93688F; }
span { border-color: rgb(147,104,143); }
td.TdClassName
{
border-color: #93688F;
}
.TagClassName
{
border-color: #93688F;
}
</style>