Shades of Violet Blue #967399
Tints of Violet Blue #967399
RGB
CMYK
RGB Variations
Color information
#967399 (or 0x967399) is known color: Violet Blue. HEX triplet: 96, 73 and 99. RGB value is (150,115,153). Sum of RGB (Red+Green+Blue) = 150+115+153=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #967399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967399 is #698C66. Grayscale: #818181. Windows color (decimal): -6917223 or 10056598. OLE color: 10056598.
HSL color Cylindrical-coordinate representation of color #967399: hue angle of 295.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967399 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 115 | 153 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.4 |
| HSL | 295.26º | 0.16% | 0.53% | - |
| HSV(B) | 295.26º | 0.25% | 0.6% | - |
| XYZ | 24.46 | 21.05 | 32.91 | - |
| YUV | 129.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 153 | 0.02 | 0.25 | 0 | 0.4 | 295.26 | 0.16 | 0.53 |
| Hex | 96 | 73 | 99 | 2 | 19 | 0 | 28 | 127 | 10 | 35 |
| Octal | 226 | 163 | 231 | 2 | 31 | 0 | 50 | 447 | 20 | 65 |
| Binary | 10010110 | 1110011 | 10011001 | 10 | 11001 | 0 | 101000 | 100100111 | 10000 | 110101 |
Color Harmonies of #967399
Complementary color
Monochromatic Colors of #967399
Black with #967399
Text Example
Text Example
White with #967399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967399; }
p { color: rgb(150,115,153); }
H1.HeaderClassName
{
color: #967399;
}
.AnyTagClassName
{
color: #967399;
}
</style>
background-color css
<style>
a { background-color: #967399; }
a { background-color: rgb(150,115,153); }
div.DivClassName
{
background-color: #967399;
}
.BgClassName
{
background-color: #967399;
}
</style>
border-color css
<style>
span { border-color: #967399; }
span { border-color: rgb(150,115,153); }
td.TdClassName
{
border-color: #967399;
}
.TagClassName
{
border-color: #967399;
}
</style>