Shades of Violet Blue #96529B
Tints of Violet Blue #96529B
RGB
CMYK
RGB Variations
Color information
#96529B (or 0x96529B) is known color: Violet Blue. HEX triplet: 96, 52 and 9B. RGB value is (150,82,155). Sum of RGB (Red+Green+Blue) = 150+82+155=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #96529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96529B is #69AD64. Grayscale: #6E6E6E. Windows color (decimal): -6925669 or 10179222. OLE color: 10179222.
HSL color Cylindrical-coordinate representation of color #96529B: hue angle of 295.89º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96529B is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 82 | 155 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.39 |
| HSL | 295.89º | 0.31% | 0.46% | - |
| HSV(B) | 295.89º | 0.47% | 0.61% | - |
| XYZ | 21.51 | 14.89 | 32.75 | - |
| YUV | 110.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 155 | 0.03 | 0.47 | 0 | 0.39 | 295.89 | 0.31 | 0.46 |
| Hex | 96 | 52 | 9B | 3 | 2F | 0 | 27 | 128 | 1F | 2E |
| Octal | 226 | 122 | 233 | 3 | 57 | 0 | 47 | 450 | 37 | 56 |
| Binary | 10010110 | 1010010 | 10011011 | 11 | 101111 | 0 | 100111 | 100101000 | 11111 | 101110 |
Color Harmonies of #96529B
Complementary color
Monochromatic Colors of #96529B
Black with #96529B
Text Example
Text Example
White with #96529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96529B; }
p { color: rgb(150,82,155); }
H1.HeaderClassName
{
color: #96529B;
}
.AnyTagClassName
{
color: #96529B;
}
</style>
background-color css
<style>
a { background-color: #96529B; }
a { background-color: rgb(150,82,155); }
div.DivClassName
{
background-color: #96529B;
}
.BgClassName
{
background-color: #96529B;
}
</style>
border-color css
<style>
span { border-color: #96529B; }
span { border-color: rgb(150,82,155); }
td.TdClassName
{
border-color: #96529B;
}
.TagClassName
{
border-color: #96529B;
}
</style>