Shades of Violet Blue #96549A
Tints of Violet Blue #96549A
RGB
CMYK
RGB Variations
Color information
#96549A (or 0x96549A) is known color: Violet Blue. HEX triplet: 96, 54 and 9A. RGB value is (150,84,154). Sum of RGB (Red+Green+Blue) = 150+84+154=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #96549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96549A is #69AB65. Grayscale: #6F6F6F. Windows color (decimal): -6925158 or 10114198. OLE color: 10114198.
HSL color Cylindrical-coordinate representation of color #96549A: hue angle of 296.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96549A is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 84 | 154 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.40 |
| HSL | 296.57º | 0.29% | 0.47% | - |
| HSV(B) | 296.57º | 0.45% | 0.6% | - |
| XYZ | 21.58 | 15.16 | 32.36 | - |
| YUV | 111.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 154 | 0.03 | 0.45 | 0 | 0.40 | 296.57 | 0.29 | 0.47 |
| Hex | 96 | 54 | 9A | 3 | 2D | 0 | 28 | 129 | 1D | 2F |
| Octal | 226 | 124 | 232 | 3 | 55 | 0 | 50 | 451 | 35 | 57 |
| Binary | 10010110 | 1010100 | 10011010 | 11 | 101101 | 0 | 101000 | 100101001 | 11101 | 101111 |
Color Harmonies of #96549A
Complementary color
Monochromatic Colors of #96549A
Black with #96549A
Text Example
Text Example
White with #96549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96549A; }
p { color: rgb(150,84,154); }
H1.HeaderClassName
{
color: #96549A;
}
.AnyTagClassName
{
color: #96549A;
}
</style>
background-color css
<style>
a { background-color: #96549A; }
a { background-color: rgb(150,84,154); }
div.DivClassName
{
background-color: #96549A;
}
.BgClassName
{
background-color: #96549A;
}
</style>
border-color css
<style>
span { border-color: #96549A; }
span { border-color: rgb(150,84,154); }
td.TdClassName
{
border-color: #96549A;
}
.TagClassName
{
border-color: #96549A;
}
</style>