Shades of Violet Blue #96529C
Tints of Violet Blue #96529C
RGB
CMYK
RGB Variations
Color information
#96529C (or 0x96529C) is known color: Violet Blue. HEX triplet: 96, 52 and 9C. RGB value is (150,82,156). Sum of RGB (Red+Green+Blue) = 150+82+156=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #96529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96529C is #69AD63. Grayscale: #6E6E6E. Windows color (decimal): -6925668 or 10244758. OLE color: 10244758.
HSL color Cylindrical-coordinate representation of color #96529C: hue angle of 295.14º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96529C is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 82 | 156 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.39 |
| HSL | 295.14º | 0.31% | 0.47% | - |
| HSV(B) | 295.14º | 0.47% | 0.61% | - |
| XYZ | 21.6 | 14.92 | 33.19 | - |
| YUV | 110.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 156 | 0.04 | 0.47 | 0 | 0.39 | 295.14 | 0.31 | 0.47 |
| Hex | 96 | 52 | 9C | 4 | 2F | 0 | 27 | 127 | 1F | 2F |
| Octal | 226 | 122 | 234 | 4 | 57 | 0 | 47 | 447 | 37 | 57 |
| Binary | 10010110 | 1010010 | 10011100 | 100 | 101111 | 0 | 100111 | 100100111 | 11111 | 101111 |
Color Harmonies of #96529C
Complementary color
Monochromatic Colors of #96529C
Black with #96529C
Text Example
Text Example
White with #96529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96529C; }
p { color: rgb(150,82,156); }
H1.HeaderClassName
{
color: #96529C;
}
.AnyTagClassName
{
color: #96529C;
}
</style>
background-color css
<style>
a { background-color: #96529C; }
a { background-color: rgb(150,82,156); }
div.DivClassName
{
background-color: #96529C;
}
.BgClassName
{
background-color: #96529C;
}
</style>
border-color css
<style>
span { border-color: #96529C; }
span { border-color: rgb(150,82,156); }
td.TdClassName
{
border-color: #96529C;
}
.TagClassName
{
border-color: #96529C;
}
</style>