Shades of Violet Blue #936695
Tints of Violet Blue #936695
RGB
CMYK
RGB Variations
Color information
#936695 (or 0x936695) is known color: Violet Blue. HEX triplet: 93, 66 and 95. RGB value is (147,102,149). Sum of RGB (Red+Green+Blue) = 147+102+149=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #936695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936695 is #6C996A. Grayscale: #787878. Windows color (decimal): -7117163 or 9791123. OLE color: 9791123.
HSL color Cylindrical-coordinate representation of color #936695: hue angle of 297.45º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936695 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 149 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.42 |
| HSL | 297.45º | 0.19% | 0.49% | - |
| HSV(B) | 297.45º | 0.32% | 0.58% | - |
| XYZ | 22.21 | 17.88 | 30.71 | - |
| YUV | 120.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 149 | 0.01 | 0.32 | 0 | 0.42 | 297.45 | 0.19 | 0.49 |
| Hex | 93 | 66 | 95 | 1 | 20 | 0 | 2A | 129 | 13 | 31 |
| Octal | 223 | 146 | 225 | 1 | 40 | 0 | 52 | 451 | 23 | 61 |
| Binary | 10010011 | 1100110 | 10010101 | 1 | 100000 | 0 | 101010 | 100101001 | 10011 | 110001 |
Color Harmonies of #936695
Complementary color
Monochromatic Colors of #936695
Black with #936695
Text Example
Text Example
White with #936695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936695; }
p { color: rgb(147,102,149); }
H1.HeaderClassName
{
color: #936695;
}
.AnyTagClassName
{
color: #936695;
}
</style>
background-color css
<style>
a { background-color: #936695; }
a { background-color: rgb(147,102,149); }
div.DivClassName
{
background-color: #936695;
}
.BgClassName
{
background-color: #936695;
}
</style>
border-color css
<style>
span { border-color: #936695; }
span { border-color: rgb(147,102,149); }
td.TdClassName
{
border-color: #936695;
}
.TagClassName
{
border-color: #936695;
}
</style>