Shades of Violet Blue #967298
Tints of Violet Blue #967298
RGB
CMYK
RGB Variations
Color information
#967298 (or 0x967298) is known color: Violet Blue. HEX triplet: 96, 72 and 98. RGB value is (150,114,152). Sum of RGB (Red+Green+Blue) = 150+114+152=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #967298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967298 is #698D67. Grayscale: #808080. Windows color (decimal): -6917480 or 9990806. OLE color: 9990806.
HSL color Cylindrical-coordinate representation of color #967298: hue angle of 296.84º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967298 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 114 | 152 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.40 |
| HSL | 296.84º | 0.16% | 0.52% | - |
| HSV(B) | 296.84º | 0.25% | 0.6% | - |
| XYZ | 24.26 | 20.79 | 32.44 | - |
| YUV | 129.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 152 | 0.01 | 0.25 | 0 | 0.40 | 296.84 | 0.16 | 0.52 |
| Hex | 96 | 72 | 98 | 1 | 19 | 0 | 28 | 129 | 10 | 34 |
| Octal | 226 | 162 | 230 | 1 | 31 | 0 | 50 | 451 | 20 | 64 |
| Binary | 10010110 | 1110010 | 10011000 | 1 | 11001 | 0 | 101000 | 100101001 | 10000 | 110100 |
Color Harmonies of #967298
Complementary color
Monochromatic Colors of #967298
Black with #967298
Text Example
Text Example
White with #967298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967298; }
p { color: rgb(150,114,152); }
H1.HeaderClassName
{
color: #967298;
}
.AnyTagClassName
{
color: #967298;
}
</style>
background-color css
<style>
a { background-color: #967298; }
a { background-color: rgb(150,114,152); }
div.DivClassName
{
background-color: #967298;
}
.BgClassName
{
background-color: #967298;
}
</style>
border-color css
<style>
span { border-color: #967298; }
span { border-color: rgb(150,114,152); }
td.TdClassName
{
border-color: #967298;
}
.TagClassName
{
border-color: #967298;
}
</style>