Shades of Violet Blue #964499
Tints of Violet Blue #964499
RGB
CMYK
RGB Variations
Color information
#964499 (or 0x964499) is known color: Violet Blue. HEX triplet: 96, 44 and 99. RGB value is (150,68,153). Sum of RGB (Red+Green+Blue) = 150+68+153=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #964499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964499 is #69BB66. Grayscale: #656565. Windows color (decimal): -6929255 or 10044566. OLE color: 10044566.
HSL color Cylindrical-coordinate representation of color #964499: hue angle of 297.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964499 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 68 | 153 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.4 |
| HSL | 297.88º | 0.38% | 0.43% | - |
| HSV(B) | 297.88º | 0.56% | 0.6% | - |
| XYZ | 20.39 | 12.92 | 31.56 | - |
| YUV | 102.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 153 | 0.02 | 0.56 | 0 | 0.4 | 297.88 | 0.38 | 0.43 |
| Hex | 96 | 44 | 99 | 2 | 38 | 0 | 28 | 12A | 26 | 2B |
| Octal | 226 | 104 | 231 | 2 | 70 | 0 | 50 | 452 | 46 | 53 |
| Binary | 10010110 | 1000100 | 10011001 | 10 | 111000 | 0 | 101000 | 100101010 | 100110 | 101011 |
Color Harmonies of #964499
Complementary color
Monochromatic Colors of #964499
Black with #964499
Text Example
Text Example
White with #964499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964499; }
p { color: rgb(150,68,153); }
H1.HeaderClassName
{
color: #964499;
}
.AnyTagClassName
{
color: #964499;
}
</style>
background-color css
<style>
a { background-color: #964499; }
a { background-color: rgb(150,68,153); }
div.DivClassName
{
background-color: #964499;
}
.BgClassName
{
background-color: #964499;
}
</style>
border-color css
<style>
span { border-color: #964499; }
span { border-color: rgb(150,68,153); }
td.TdClassName
{
border-color: #964499;
}
.TagClassName
{
border-color: #964499;
}
</style>