Shades of Violet Blue #936391
Tints of Violet Blue #936391
RGB
CMYK
RGB Variations
Color information
#936391 (or 0x936391) is known color: Violet Blue. HEX triplet: 93, 63 and 91. RGB value is (147,99,145). Sum of RGB (Red+Green+Blue) = 147+99+145=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #936391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936391 is #6C9C6E. Grayscale: #767676. Windows color (decimal): -7117935 or 9528211. OLE color: 9528211.
HSL color Cylindrical-coordinate representation of color #936391: hue angle of 302.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936391 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 99 | 145 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.42 |
| HSL | 302.5º | 0.2% | 0.48% | - |
| HSV(B) | 302.5º | 0.33% | 0.58% | - |
| XYZ | 21.61 | 17.17 | 28.96 | - |
| YUV | 118.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 145 | 0 | 0.33 | 0.01 | 0.42 | 302.5 | 0.2 | 0.48 |
| Hex | 93 | 63 | 91 | 0 | 21 | 1 | 2A | 12E | 14 | 30 |
| Octal | 223 | 143 | 221 | 0 | 41 | 1 | 52 | 456 | 24 | 60 |
| Binary | 10010011 | 1100011 | 10010001 | 0 | 100001 | 1 | 101010 | 100101110 | 10100 | 110000 |
Color Harmonies of #936391
Complementary color
Monochromatic Colors of #936391
Black with #936391
Text Example
Text Example
White with #936391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936391; }
p { color: rgb(147,99,145); }
H1.HeaderClassName
{
color: #936391;
}
.AnyTagClassName
{
color: #936391;
}
</style>
background-color css
<style>
a { background-color: #936391; }
a { background-color: rgb(147,99,145); }
div.DivClassName
{
background-color: #936391;
}
.BgClassName
{
background-color: #936391;
}
</style>
border-color css
<style>
span { border-color: #936391; }
span { border-color: rgb(147,99,145); }
td.TdClassName
{
border-color: #936391;
}
.TagClassName
{
border-color: #936391;
}
</style>