Shades of Violet Blue #965190
Tints of Violet Blue #965190
RGB
CMYK
RGB Variations
Color information
#965190 (or 0x965190) is known color: Violet Blue. HEX triplet: 96, 51 and 90. RGB value is (150,81,144). Sum of RGB (Red+Green+Blue) = 150+81+144=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #965190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965190 is #69AE6F. Grayscale: #6C6C6C. Windows color (decimal): -6925936 or 9458070. OLE color: 9458070.
HSL color Cylindrical-coordinate representation of color #965190: hue angle of 305.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965190 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 144 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.41 |
| HSL | 305.22º | 0.3% | 0.45% | - |
| HSV(B) | 305.22º | 0.46% | 0.59% | - |
| XYZ | 20.55 | 14.38 | 28.08 | - |
| YUV | 108.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 144 | 0 | 0.46 | 0.04 | 0.41 | 305.22 | 0.3 | 0.45 |
| Hex | 96 | 51 | 90 | 0 | 2E | 4 | 29 | 131 | 1E | 2D |
| Octal | 226 | 121 | 220 | 0 | 56 | 4 | 51 | 461 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10010000 | 0 | 101110 | 100 | 101001 | 100110001 | 11110 | 101101 |
Color Harmonies of #965190
Complementary color
Monochromatic Colors of #965190
Black with #965190
Text Example
Text Example
White with #965190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965190; }
p { color: rgb(150,81,144); }
H1.HeaderClassName
{
color: #965190;
}
.AnyTagClassName
{
color: #965190;
}
</style>
background-color css
<style>
a { background-color: #965190; }
a { background-color: rgb(150,81,144); }
div.DivClassName
{
background-color: #965190;
}
.BgClassName
{
background-color: #965190;
}
</style>
border-color css
<style>
span { border-color: #965190; }
span { border-color: rgb(150,81,144); }
td.TdClassName
{
border-color: #965190;
}
.TagClassName
{
border-color: #965190;
}
</style>