Shades of Violet Blue #96619D
Tints of Violet Blue #96619D
RGB
CMYK
RGB Variations
Color information
#96619D (or 0x96619D) is known color: Violet Blue. HEX triplet: 96, 61 and 9D. RGB value is (150,97,157). Sum of RGB (Red+Green+Blue) = 150+97+157=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #96619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96619D is #699E62. Grayscale: #777777. Windows color (decimal): -6921827 or 10314134. OLE color: 10314134.
HSL color Cylindrical-coordinate representation of color #96619D: hue angle of 293º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96619D is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 97 | 157 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.38 |
| HSL | 293º | 0.24% | 0.5% | - |
| HSV(B) | 293º | 0.38% | 0.62% | - |
| XYZ | 22.94 | 17.47 | 34.06 | - |
| YUV | 119.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 157 | 0.04 | 0.38 | 0 | 0.38 | 293 | 0.24 | 0.5 |
| Hex | 96 | 61 | 9D | 4 | 26 | 0 | 26 | 125 | 18 | 32 |
| Octal | 226 | 141 | 235 | 4 | 46 | 0 | 46 | 445 | 30 | 62 |
| Binary | 10010110 | 1100001 | 10011101 | 100 | 100110 | 0 | 100110 | 100100101 | 11000 | 110010 |
Color Harmonies of #96619D
Complementary color
Monochromatic Colors of #96619D
Black with #96619D
Text Example
Text Example
White with #96619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96619D; }
p { color: rgb(150,97,157); }
H1.HeaderClassName
{
color: #96619D;
}
.AnyTagClassName
{
color: #96619D;
}
</style>
background-color css
<style>
a { background-color: #96619D; }
a { background-color: rgb(150,97,157); }
div.DivClassName
{
background-color: #96619D;
}
.BgClassName
{
background-color: #96619D;
}
</style>
border-color css
<style>
span { border-color: #96619D; }
span { border-color: rgb(150,97,157); }
td.TdClassName
{
border-color: #96619D;
}
.TagClassName
{
border-color: #96619D;
}
</style>