Shades of Violet Blue #936797
Tints of Violet Blue #936797
RGB
CMYK
RGB Variations
Color information
#936797 (or 0x936797) is known color: Violet Blue. HEX triplet: 93, 67 and 97. RGB value is (147,103,151). Sum of RGB (Red+Green+Blue) = 147+103+151=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 151 - color contains mainly: blue. Hex color #936797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936797 is #6C9868. Grayscale: #797979. Windows color (decimal): -7116905 or 9922451. OLE color: 9922451.
HSL color Cylindrical-coordinate representation of color #936797: hue angle of 295º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936797 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 103 | 151 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.41 |
| HSL | 295º | 0.19% | 0.5% | - |
| HSV(B) | 295º | 0.32% | 0.59% | - |
| XYZ | 22.47 | 18.14 | 31.59 | - |
| YUV | 121.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 151 | 0.03 | 0.32 | 0 | 0.41 | 295 | 0.19 | 0.5 |
| Hex | 93 | 67 | 97 | 3 | 20 | 0 | 29 | 127 | 13 | 32 |
| Octal | 223 | 147 | 227 | 3 | 40 | 0 | 51 | 447 | 23 | 62 |
| Binary | 10010011 | 1100111 | 10010111 | 11 | 100000 | 0 | 101001 | 100100111 | 10011 | 110010 |
Color Harmonies of #936797
Complementary color
Monochromatic Colors of #936797
Black with #936797
Text Example
Text Example
White with #936797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936797; }
p { color: rgb(147,103,151); }
H1.HeaderClassName
{
color: #936797;
}
.AnyTagClassName
{
color: #936797;
}
</style>
background-color css
<style>
a { background-color: #936797; }
a { background-color: rgb(147,103,151); }
div.DivClassName
{
background-color: #936797;
}
.BgClassName
{
background-color: #936797;
}
</style>
border-color css
<style>
span { border-color: #936797; }
span { border-color: rgb(147,103,151); }
td.TdClassName
{
border-color: #936797;
}
.TagClassName
{
border-color: #936797;
}
</style>