Shades of Violet Blue #936491
Tints of Violet Blue #936491
RGB
CMYK
RGB Variations
Color information
#936491 (or 0x936491) is known color: Violet Blue. HEX triplet: 93, 64 and 91. RGB value is (147,100,145). Sum of RGB (Red+Green+Blue) = 147+100+145=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #936491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936491 is #6C9B6E. Grayscale: #777777. Windows color (decimal): -7117679 or 9528467. OLE color: 9528467.
HSL color Cylindrical-coordinate representation of color #936491: hue angle of 302.55º 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 #936491 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 145 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.42 |
| HSL | 302.55º | 0.19% | 0.48% | - |
| HSV(B) | 302.55º | 0.32% | 0.58% | - |
| XYZ | 21.7 | 17.36 | 29 | - |
| YUV | 119.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 145 | 0 | 0.32 | 0.01 | 0.42 | 302.55 | 0.19 | 0.48 |
| Hex | 93 | 64 | 91 | 0 | 20 | 1 | 2A | 12F | 13 | 30 |
| Octal | 223 | 144 | 221 | 0 | 40 | 1 | 52 | 457 | 23 | 60 |
| Binary | 10010011 | 1100100 | 10010001 | 0 | 100000 | 1 | 101010 | 100101111 | 10011 | 110000 |
Color Harmonies of #936491
Complementary color
Monochromatic Colors of #936491
Black with #936491
Text Example
Text Example
White with #936491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936491; }
p { color: rgb(147,100,145); }
H1.HeaderClassName
{
color: #936491;
}
.AnyTagClassName
{
color: #936491;
}
</style>
background-color css
<style>
a { background-color: #936491; }
a { background-color: rgb(147,100,145); }
div.DivClassName
{
background-color: #936491;
}
.BgClassName
{
background-color: #936491;
}
</style>
border-color css
<style>
span { border-color: #936491; }
span { border-color: rgb(147,100,145); }
td.TdClassName
{
border-color: #936491;
}
.TagClassName
{
border-color: #936491;
}
</style>