Shades of Violet Blue #93648D
Tints of Violet Blue #93648D
RGB
CMYK
RGB Variations
Color information
#93648D (or 0x93648D) is known color: Violet Blue. HEX triplet: 93, 64 and 8D. RGB value is (147,100,141). Sum of RGB (Red+Green+Blue) = 147+100+141=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93648D is #6C9B72. Grayscale: #767676. Windows color (decimal): -7117683 or 9266323. OLE color: 9266323.
HSL color Cylindrical-coordinate representation of color #93648D: hue angle of 307.66º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93648D is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 141 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.42 |
| HSL | 307.66º | 0.19% | 0.48% | - |
| HSV(B) | 307.66º | 0.32% | 0.58% | - |
| XYZ | 21.4 | 17.24 | 27.4 | - |
| YUV | 118.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 141 | 0 | 0.32 | 0.04 | 0.42 | 307.66 | 0.19 | 0.48 |
| Hex | 93 | 64 | 8D | 0 | 20 | 4 | 2A | 134 | 13 | 30 |
| Octal | 223 | 144 | 215 | 0 | 40 | 4 | 52 | 464 | 23 | 60 |
| Binary | 10010011 | 1100100 | 10001101 | 0 | 100000 | 100 | 101010 | 100110100 | 10011 | 110000 |
Color Harmonies of #93648D
Complementary color
Monochromatic Colors of #93648D
Black with #93648D
Text Example
Text Example
White with #93648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93648D; }
p { color: rgb(147,100,141); }
H1.HeaderClassName
{
color: #93648D;
}
.AnyTagClassName
{
color: #93648D;
}
</style>
background-color css
<style>
a { background-color: #93648D; }
a { background-color: rgb(147,100,141); }
div.DivClassName
{
background-color: #93648D;
}
.BgClassName
{
background-color: #93648D;
}
</style>
border-color css
<style>
span { border-color: #93648D; }
span { border-color: rgb(147,100,141); }
td.TdClassName
{
border-color: #93648D;
}
.TagClassName
{
border-color: #93648D;
}
</style>