Shades of Violet Blue #96629D
Tints of Violet Blue #96629D
RGB
CMYK
RGB Variations
Color information
#96629D (or 0x96629D) is known color: Violet Blue. HEX triplet: 96, 62 and 9D. RGB value is (150,98,157). Sum of RGB (Red+Green+Blue) = 150+98+157=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #96629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96629D is #699D62. Grayscale: #787878. Windows color (decimal): -6921571 or 10314390. OLE color: 10314390.
HSL color Cylindrical-coordinate representation of color #96629D: hue angle of 292.88º degrees, saturation: 0.23, 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 #96629D is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 98 | 157 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.38 |
| HSL | 292.88º | 0.23% | 0.5% | - |
| HSV(B) | 292.88º | 0.38% | 0.62% | - |
| XYZ | 23.03 | 17.65 | 34.09 | - |
| YUV | 120.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 157 | 0.04 | 0.38 | 0 | 0.38 | 292.88 | 0.23 | 0.5 |
| Hex | 96 | 62 | 9D | 4 | 26 | 0 | 26 | 125 | 17 | 32 |
| Octal | 226 | 142 | 235 | 4 | 46 | 0 | 46 | 445 | 27 | 62 |
| Binary | 10010110 | 1100010 | 10011101 | 100 | 100110 | 0 | 100110 | 100100101 | 10111 | 110010 |
Color Harmonies of #96629D
Complementary color
Monochromatic Colors of #96629D
Black with #96629D
Text Example
Text Example
White with #96629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96629D; }
p { color: rgb(150,98,157); }
H1.HeaderClassName
{
color: #96629D;
}
.AnyTagClassName
{
color: #96629D;
}
</style>
background-color css
<style>
a { background-color: #96629D; }
a { background-color: rgb(150,98,157); }
div.DivClassName
{
background-color: #96629D;
}
.BgClassName
{
background-color: #96629D;
}
</style>
border-color css
<style>
span { border-color: #96629D; }
span { border-color: rgb(150,98,157); }
td.TdClassName
{
border-color: #96629D;
}
.TagClassName
{
border-color: #96629D;
}
</style>