Shades of Violet Blue #936899
Tints of Violet Blue #936899
RGB
CMYK
RGB Variations
Color information
#936899 (or 0x936899) is known color: Violet Blue. HEX triplet: 93, 68 and 99. RGB value is (147,104,153). Sum of RGB (Red+Green+Blue) = 147+104+153=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #936899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936899 is #6C9766. Grayscale: #7A7A7A. Windows color (decimal): -7116647 or 10053779. OLE color: 10053779.
HSL color Cylindrical-coordinate representation of color #936899: hue angle of 292.65º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936899 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 104 | 153 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.4 |
| HSL | 292.65º | 0.19% | 0.5% | - |
| HSV(B) | 292.65º | 0.32% | 0.6% | - |
| XYZ | 22.73 | 18.4 | 32.49 | - |
| YUV | 122.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 153 | 0.04 | 0.32 | 0 | 0.4 | 292.65 | 0.19 | 0.5 |
| Hex | 93 | 68 | 99 | 4 | 20 | 0 | 28 | 125 | 13 | 32 |
| Octal | 223 | 150 | 231 | 4 | 40 | 0 | 50 | 445 | 23 | 62 |
| Binary | 10010011 | 1101000 | 10011001 | 100 | 100000 | 0 | 101000 | 100100101 | 10011 | 110010 |
Color Harmonies of #936899
Complementary color
Monochromatic Colors of #936899
Black with #936899
Text Example
Text Example
White with #936899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936899; }
p { color: rgb(147,104,153); }
H1.HeaderClassName
{
color: #936899;
}
.AnyTagClassName
{
color: #936899;
}
</style>
background-color css
<style>
a { background-color: #936899; }
a { background-color: rgb(147,104,153); }
div.DivClassName
{
background-color: #936899;
}
.BgClassName
{
background-color: #936899;
}
</style>
border-color css
<style>
span { border-color: #936899; }
span { border-color: rgb(147,104,153); }
td.TdClassName
{
border-color: #936899;
}
.TagClassName
{
border-color: #936899;
}
</style>