Shades of Violet Blue #96529E
Tints of Violet Blue #96529E
RGB
CMYK
RGB Variations
Color information
#96529E (or 0x96529E) is known color: Violet Blue. HEX triplet: 96, 52 and 9E. RGB value is (150,82,158). Sum of RGB (Red+Green+Blue) = 150+82+158=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #96529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96529E is #69AD61. Grayscale: #6E6E6E. Windows color (decimal): -6925666 or 10375830. OLE color: 10375830.
HSL color Cylindrical-coordinate representation of color #96529E: hue angle of 293.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96529E is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 82 | 158 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.38 |
| HSL | 293.68º | 0.32% | 0.47% | - |
| HSV(B) | 293.68º | 0.48% | 0.62% | - |
| XYZ | 21.77 | 14.99 | 34.09 | - |
| YUV | 111 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 158 | 0.05 | 0.48 | 0 | 0.38 | 293.68 | 0.32 | 0.47 |
| Hex | 96 | 52 | 9E | 5 | 30 | 0 | 26 | 126 | 20 | 2F |
| Octal | 226 | 122 | 236 | 5 | 60 | 0 | 46 | 446 | 40 | 57 |
| Binary | 10010110 | 1010010 | 10011110 | 101 | 110000 | 0 | 100110 | 100100110 | 100000 | 101111 |
Color Harmonies of #96529E
Complementary color
Monochromatic Colors of #96529E
Black with #96529E
Text Example
Text Example
White with #96529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96529E; }
p { color: rgb(150,82,158); }
H1.HeaderClassName
{
color: #96529E;
}
.AnyTagClassName
{
color: #96529E;
}
</style>
background-color css
<style>
a { background-color: #96529E; }
a { background-color: rgb(150,82,158); }
div.DivClassName
{
background-color: #96529E;
}
.BgClassName
{
background-color: #96529E;
}
</style>
border-color css
<style>
span { border-color: #96529E; }
span { border-color: rgb(150,82,158); }
td.TdClassName
{
border-color: #96529E;
}
.TagClassName
{
border-color: #96529E;
}
</style>