Shades of Violet Blue #965298
Tints of Violet Blue #965298
RGB
CMYK
RGB Variations
Color information
#965298 (or 0x965298) is known color: Violet Blue. HEX triplet: 96, 52 and 98. RGB value is (150,82,152). Sum of RGB (Red+Green+Blue) = 150+82+152=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #965298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965298 is #69AD67. Grayscale: #6E6E6E. Windows color (decimal): -6925672 or 9982614. OLE color: 9982614.
HSL color Cylindrical-coordinate representation of color #965298: hue angle of 298.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965298 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 82 | 152 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.40 |
| HSL | 298.29º | 0.3% | 0.46% | - |
| HSV(B) | 298.29º | 0.46% | 0.6% | - |
| XYZ | 21.26 | 14.79 | 31.44 | - |
| YUV | 110.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 152 | 0.01 | 0.46 | 0 | 0.40 | 298.29 | 0.3 | 0.46 |
| Hex | 96 | 52 | 98 | 1 | 2E | 0 | 28 | 12A | 1E | 2E |
| Octal | 226 | 122 | 230 | 1 | 56 | 0 | 50 | 452 | 36 | 56 |
| Binary | 10010110 | 1010010 | 10011000 | 1 | 101110 | 0 | 101000 | 100101010 | 11110 | 101110 |
Color Harmonies of #965298
Complementary color
Monochromatic Colors of #965298
Black with #965298
Text Example
Text Example
White with #965298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965298; }
p { color: rgb(150,82,152); }
H1.HeaderClassName
{
color: #965298;
}
.AnyTagClassName
{
color: #965298;
}
</style>
background-color css
<style>
a { background-color: #965298; }
a { background-color: rgb(150,82,152); }
div.DivClassName
{
background-color: #965298;
}
.BgClassName
{
background-color: #965298;
}
</style>
border-color css
<style>
span { border-color: #965298; }
span { border-color: rgb(150,82,152); }
td.TdClassName
{
border-color: #965298;
}
.TagClassName
{
border-color: #965298;
}
</style>