Shades of Violet Blue #966291
Tints of Violet Blue #966291
RGB
CMYK
RGB Variations
Color information
#966291 (or 0x966291) is known color: Violet Blue. HEX triplet: 96, 62 and 91. RGB value is (150,98,145). Sum of RGB (Red+Green+Blue) = 150+98+145=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #966291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966291 is #699D6E. Grayscale: #767676. Windows color (decimal): -6921583 or 9527958. OLE color: 9527958.
HSL color Cylindrical-coordinate representation of color #966291: hue angle of 305.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966291 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 145 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.41 |
| HSL | 305.77º | 0.21% | 0.49% | - |
| HSV(B) | 305.77º | 0.35% | 0.59% | - |
| XYZ | 22.06 | 17.26 | 28.96 | - |
| YUV | 118.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 145 | 0 | 0.35 | 0.03 | 0.41 | 305.77 | 0.21 | 0.49 |
| Hex | 96 | 62 | 91 | 0 | 23 | 3 | 29 | 132 | 15 | 31 |
| Octal | 226 | 142 | 221 | 0 | 43 | 3 | 51 | 462 | 25 | 61 |
| Binary | 10010110 | 1100010 | 10010001 | 0 | 100011 | 11 | 101001 | 100110010 | 10101 | 110001 |
Color Harmonies of #966291
Complementary color
Monochromatic Colors of #966291
Black with #966291
Text Example
Text Example
White with #966291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966291; }
p { color: rgb(150,98,145); }
H1.HeaderClassName
{
color: #966291;
}
.AnyTagClassName
{
color: #966291;
}
</style>
background-color css
<style>
a { background-color: #966291; }
a { background-color: rgb(150,98,145); }
div.DivClassName
{
background-color: #966291;
}
.BgClassName
{
background-color: #966291;
}
</style>
border-color css
<style>
span { border-color: #966291; }
span { border-color: rgb(150,98,145); }
td.TdClassName
{
border-color: #966291;
}
.TagClassName
{
border-color: #966291;
}
</style>