Shades of Violet Blue #93649F
Tints of Violet Blue #93649F
RGB
CMYK
RGB Variations
Color information
#93649F (or 0x93649F) is known color: Violet Blue. HEX triplet: 93, 64 and 9F. RGB value is (147,100,159). Sum of RGB (Red+Green+Blue) = 147+100+159=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #93649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93649F is #6C9B60. Grayscale: #787878. Windows color (decimal): -7117665 or 10445971. OLE color: 10445971.
HSL color Cylindrical-coordinate representation of color #93649F: hue angle of 287.8º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93649F is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 100 | 159 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.38 |
| HSL | 287.8º | 0.24% | 0.51% | - |
| HSV(B) | 287.8º | 0.37% | 0.62% | - |
| XYZ | 22.85 | 17.82 | 35.04 | - |
| YUV | 120.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 159 | 0.08 | 0.37 | 0 | 0.38 | 287.8 | 0.24 | 0.51 |
| Hex | 93 | 64 | 9F | 8 | 25 | 0 | 26 | 120 | 18 | 33 |
| Octal | 223 | 144 | 237 | 10 | 45 | 0 | 46 | 440 | 30 | 63 |
| Binary | 10010011 | 1100100 | 10011111 | 1000 | 100101 | 0 | 100110 | 100100000 | 11000 | 110011 |
Color Harmonies of #93649F
Complementary color
Monochromatic Colors of #93649F
Black with #93649F
Text Example
Text Example
White with #93649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93649F; }
p { color: rgb(147,100,159); }
H1.HeaderClassName
{
color: #93649F;
}
.AnyTagClassName
{
color: #93649F;
}
</style>
background-color css
<style>
a { background-color: #93649F; }
a { background-color: rgb(147,100,159); }
div.DivClassName
{
background-color: #93649F;
}
.BgClassName
{
background-color: #93649F;
}
</style>
border-color css
<style>
span { border-color: #93649F; }
span { border-color: rgb(147,100,159); }
td.TdClassName
{
border-color: #93649F;
}
.TagClassName
{
border-color: #93649F;
}
</style>