Shades of Violet Blue #965297
Tints of Violet Blue #965297
RGB
CMYK
RGB Variations
Color information
#965297 (or 0x965297) is known color: Violet Blue. HEX triplet: 96, 52 and 97. RGB value is (150,82,151). Sum of RGB (Red+Green+Blue) = 150+82+151=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #965297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965297 is #69AD68. Grayscale: #6D6D6D. Windows color (decimal): -6925673 or 9917078. OLE color: 9917078.
HSL color Cylindrical-coordinate representation of color #965297: hue angle of 299.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965297 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 151 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.41 |
| HSL | 299.13º | 0.3% | 0.46% | - |
| HSV(B) | 299.13º | 0.46% | 0.59% | - |
| XYZ | 21.18 | 14.75 | 31.01 | - |
| YUV | 110.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 151 | 0.01 | 0.46 | 0 | 0.41 | 299.13 | 0.3 | 0.46 |
| Hex | 96 | 52 | 97 | 1 | 2E | 0 | 29 | 12B | 1E | 2E |
| Octal | 226 | 122 | 227 | 1 | 56 | 0 | 51 | 453 | 36 | 56 |
| Binary | 10010110 | 1010010 | 10010111 | 1 | 101110 | 0 | 101001 | 100101011 | 11110 | 101110 |
Color Harmonies of #965297
Complementary color
Monochromatic Colors of #965297
Black with #965297
Text Example
Text Example
White with #965297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965297; }
p { color: rgb(150,82,151); }
H1.HeaderClassName
{
color: #965297;
}
.AnyTagClassName
{
color: #965297;
}
</style>
background-color css
<style>
a { background-color: #965297; }
a { background-color: rgb(150,82,151); }
div.DivClassName
{
background-color: #965297;
}
.BgClassName
{
background-color: #965297;
}
</style>
border-color css
<style>
span { border-color: #965297; }
span { border-color: rgb(150,82,151); }
td.TdClassName
{
border-color: #965297;
}
.TagClassName
{
border-color: #965297;
}
</style>