Shades of Violet Blue #965193
Tints of Violet Blue #965193
RGB
CMYK
RGB Variations
Color information
#965193 (or 0x965193) is known color: Violet Blue. HEX triplet: 96, 51 and 93. RGB value is (150,81,147). Sum of RGB (Red+Green+Blue) = 150+81+147=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #965193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965193 is #69AE6C. Grayscale: #6C6C6C. Windows color (decimal): -6925933 or 9654678. OLE color: 9654678.
HSL color Cylindrical-coordinate representation of color #965193: hue angle of 302.61º 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 #965193 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 147 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.41 |
| HSL | 302.61º | 0.3% | 0.45% | - |
| HSV(B) | 302.61º | 0.46% | 0.59% | - |
| XYZ | 20.79 | 14.48 | 29.3 | - |
| YUV | 109.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 147 | 0 | 0.46 | 0.02 | 0.41 | 302.61 | 0.3 | 0.45 |
| Hex | 96 | 51 | 93 | 0 | 2E | 2 | 29 | 12F | 1E | 2D |
| Octal | 226 | 121 | 223 | 0 | 56 | 2 | 51 | 457 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10010011 | 0 | 101110 | 10 | 101001 | 100101111 | 11110 | 101101 |
Color Harmonies of #965193
Complementary color
Monochromatic Colors of #965193
Black with #965193
Text Example
Text Example
White with #965193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965193; }
p { color: rgb(150,81,147); }
H1.HeaderClassName
{
color: #965193;
}
.AnyTagClassName
{
color: #965193;
}
</style>
background-color css
<style>
a { background-color: #965193; }
a { background-color: rgb(150,81,147); }
div.DivClassName
{
background-color: #965193;
}
.BgClassName
{
background-color: #965193;
}
</style>
border-color css
<style>
span { border-color: #965193; }
span { border-color: rgb(150,81,147); }
td.TdClassName
{
border-color: #965193;
}
.TagClassName
{
border-color: #965193;
}
</style>