Shades of Violet Blue #96719B
Tints of Violet Blue #96719B
RGB
CMYK
RGB Variations
Color information
#96719B (or 0x96719B) is known color: Violet Blue. HEX triplet: 96, 71 and 9B. RGB value is (150,113,155). Sum of RGB (Red+Green+Blue) = 150+113+155=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #96719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96719B is #698E64. Grayscale: #808080. Windows color (decimal): -6917733 or 10187158. OLE color: 10187158.
HSL color Cylindrical-coordinate representation of color #96719B: hue angle of 292.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96719B is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 113 | 155 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.39 |
| HSL | 292.86º | 0.17% | 0.53% | - |
| HSV(B) | 292.86º | 0.27% | 0.61% | - |
| XYZ | 24.4 | 20.66 | 33.71 | - |
| YUV | 128.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 155 | 0.03 | 0.27 | 0 | 0.39 | 292.86 | 0.17 | 0.53 |
| Hex | 96 | 71 | 9B | 3 | 1B | 0 | 27 | 125 | 11 | 35 |
| Octal | 226 | 161 | 233 | 3 | 33 | 0 | 47 | 445 | 21 | 65 |
| Binary | 10010110 | 1110001 | 10011011 | 11 | 11011 | 0 | 100111 | 100100101 | 10001 | 110101 |
Color Harmonies of #96719B
Complementary color
Monochromatic Colors of #96719B
Black with #96719B
Text Example
Text Example
White with #96719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96719B; }
p { color: rgb(150,113,155); }
H1.HeaderClassName
{
color: #96719B;
}
.AnyTagClassName
{
color: #96719B;
}
</style>
background-color css
<style>
a { background-color: #96719B; }
a { background-color: rgb(150,113,155); }
div.DivClassName
{
background-color: #96719B;
}
.BgClassName
{
background-color: #96719B;
}
</style>
border-color css
<style>
span { border-color: #96719B; }
span { border-color: rgb(150,113,155); }
td.TdClassName
{
border-color: #96719B;
}
.TagClassName
{
border-color: #96719B;
}
</style>