Shades of Violet Blue #96529A
Tints of Violet Blue #96529A
RGB
CMYK
RGB Variations
Color information
#96529A (or 0x96529A) is known color: Violet Blue. HEX triplet: 96, 52 and 9A. RGB value is (150,82,154). Sum of RGB (Red+Green+Blue) = 150+82+154=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #96529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96529A is #69AD65. Grayscale: #6E6E6E. Windows color (decimal): -6925670 or 10113686. OLE color: 10113686.
HSL color Cylindrical-coordinate representation of color #96529A: hue angle of 296.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96529A is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 82 | 154 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.40 |
| HSL | 296.67º | 0.31% | 0.46% | - |
| HSV(B) | 296.67º | 0.47% | 0.6% | - |
| XYZ | 21.43 | 14.85 | 32.31 | - |
| YUV | 110.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 154 | 0.03 | 0.47 | 0 | 0.40 | 296.67 | 0.31 | 0.46 |
| Hex | 96 | 52 | 9A | 3 | 2F | 0 | 28 | 129 | 1F | 2E |
| Octal | 226 | 122 | 232 | 3 | 57 | 0 | 50 | 451 | 37 | 56 |
| Binary | 10010110 | 1010010 | 10011010 | 11 | 101111 | 0 | 101000 | 100101001 | 11111 | 101110 |
Color Harmonies of #96529A
Complementary color
Monochromatic Colors of #96529A
Black with #96529A
Text Example
Text Example
White with #96529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96529A; }
p { color: rgb(150,82,154); }
H1.HeaderClassName
{
color: #96529A;
}
.AnyTagClassName
{
color: #96529A;
}
</style>
background-color css
<style>
a { background-color: #96529A; }
a { background-color: rgb(150,82,154); }
div.DivClassName
{
background-color: #96529A;
}
.BgClassName
{
background-color: #96529A;
}
</style>
border-color css
<style>
span { border-color: #96529A; }
span { border-color: rgb(150,82,154); }
td.TdClassName
{
border-color: #96529A;
}
.TagClassName
{
border-color: #96529A;
}
</style>