Shades of Violet Blue #965192
Tints of Violet Blue #965192
RGB
CMYK
RGB Variations
Color information
#965192 (or 0x965192) is known color: Violet Blue. HEX triplet: 96, 51 and 92. RGB value is (150,81,146). Sum of RGB (Red+Green+Blue) = 150+81+146=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #965192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965192 is #69AE6D. Grayscale: #6C6C6C. Windows color (decimal): -6925934 or 9589142. OLE color: 9589142.
HSL color Cylindrical-coordinate representation of color #965192: hue angle of 303.48º 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 #965192 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 146 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.41 |
| HSL | 303.48º | 0.3% | 0.45% | - |
| HSV(B) | 303.48º | 0.46% | 0.59% | - |
| XYZ | 20.71 | 14.44 | 28.89 | - |
| YUV | 109.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 146 | 0 | 0.46 | 0.03 | 0.41 | 303.48 | 0.3 | 0.45 |
| Hex | 96 | 51 | 92 | 0 | 2E | 3 | 29 | 12F | 1E | 2D |
| Octal | 226 | 121 | 222 | 0 | 56 | 3 | 51 | 457 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10010010 | 0 | 101110 | 11 | 101001 | 100101111 | 11110 | 101101 |
Color Harmonies of #965192
Complementary color
Monochromatic Colors of #965192
Black with #965192
Text Example
Text Example
White with #965192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965192; }
p { color: rgb(150,81,146); }
H1.HeaderClassName
{
color: #965192;
}
.AnyTagClassName
{
color: #965192;
}
</style>
background-color css
<style>
a { background-color: #965192; }
a { background-color: rgb(150,81,146); }
div.DivClassName
{
background-color: #965192;
}
.BgClassName
{
background-color: #965192;
}
</style>
border-color css
<style>
span { border-color: #965192; }
span { border-color: rgb(150,81,146); }
td.TdClassName
{
border-color: #965192;
}
.TagClassName
{
border-color: #965192;
}
</style>