Shades of Violet Blue #965293
Tints of Violet Blue #965293
RGB
CMYK
RGB Variations
Color information
#965293 (or 0x965293) is known color: Violet Blue. HEX triplet: 96, 52 and 93. RGB value is (150,82,147). Sum of RGB (Red+Green+Blue) = 150+82+147=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #965293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965293 is #69AD6C. Grayscale: #6D6D6D. Windows color (decimal): -6925677 or 9654934. OLE color: 9654934.
HSL color Cylindrical-coordinate representation of color #965293: hue angle of 302.65º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965293 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 147 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.41 |
| HSL | 302.65º | 0.29% | 0.45% | - |
| HSV(B) | 302.65º | 0.45% | 0.59% | - |
| XYZ | 20.86 | 14.63 | 29.33 | - |
| YUV | 109.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 147 | 0 | 0.45 | 0.02 | 0.41 | 302.65 | 0.29 | 0.45 |
| Hex | 96 | 52 | 93 | 0 | 2D | 2 | 29 | 12F | 1D | 2D |
| Octal | 226 | 122 | 223 | 0 | 55 | 2 | 51 | 457 | 35 | 55 |
| Binary | 10010110 | 1010010 | 10010011 | 0 | 101101 | 10 | 101001 | 100101111 | 11101 | 101101 |
Color Harmonies of #965293
Complementary color
Monochromatic Colors of #965293
Black with #965293
Text Example
Text Example
White with #965293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965293; }
p { color: rgb(150,82,147); }
H1.HeaderClassName
{
color: #965293;
}
.AnyTagClassName
{
color: #965293;
}
</style>
background-color css
<style>
a { background-color: #965293; }
a { background-color: rgb(150,82,147); }
div.DivClassName
{
background-color: #965293;
}
.BgClassName
{
background-color: #965293;
}
</style>
border-color css
<style>
span { border-color: #965293; }
span { border-color: rgb(150,82,147); }
td.TdClassName
{
border-color: #965293;
}
.TagClassName
{
border-color: #965293;
}
</style>