Shades of Violet Blue #93648E
Tints of Violet Blue #93648E
RGB
CMYK
RGB Variations
Color information
#93648E (or 0x93648E) is known color: Violet Blue. HEX triplet: 93, 64 and 8E. RGB value is (147,100,142). Sum of RGB (Red+Green+Blue) = 147+100+142=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93648E is #6C9B71. Grayscale: #767676. Windows color (decimal): -7117682 or 9331859. OLE color: 9331859.
HSL color Cylindrical-coordinate representation of color #93648E: hue angle of 306.38º 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 #93648E is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 142 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.42 |
| HSL | 306.38º | 0.19% | 0.48% | - |
| HSV(B) | 306.38º | 0.32% | 0.58% | - |
| XYZ | 21.47 | 17.27 | 27.79 | - |
| YUV | 118.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 142 | 0 | 0.32 | 0.03 | 0.42 | 306.38 | 0.19 | 0.48 |
| Hex | 93 | 64 | 8E | 0 | 20 | 3 | 2A | 132 | 13 | 30 |
| Octal | 223 | 144 | 216 | 0 | 40 | 3 | 52 | 462 | 23 | 60 |
| Binary | 10010011 | 1100100 | 10001110 | 0 | 100000 | 11 | 101010 | 100110010 | 10011 | 110000 |
Color Harmonies of #93648E
Complementary color
Monochromatic Colors of #93648E
Black with #93648E
Text Example
Text Example
White with #93648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93648E; }
p { color: rgb(147,100,142); }
H1.HeaderClassName
{
color: #93648E;
}
.AnyTagClassName
{
color: #93648E;
}
</style>
background-color css
<style>
a { background-color: #93648E; }
a { background-color: rgb(147,100,142); }
div.DivClassName
{
background-color: #93648E;
}
.BgClassName
{
background-color: #93648E;
}
</style>
border-color css
<style>
span { border-color: #93648E; }
span { border-color: rgb(147,100,142); }
td.TdClassName
{
border-color: #93648E;
}
.TagClassName
{
border-color: #93648E;
}
</style>