Shades of Violet Blue #96729A
Tints of Violet Blue #96729A
RGB
CMYK
RGB Variations
Color information
#96729A (or 0x96729A) is known color: Violet Blue. HEX triplet: 96, 72 and 9A. RGB value is (150,114,154). Sum of RGB (Red+Green+Blue) = 150+114+154=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #96729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96729A is #698D65. Grayscale: #818181. Windows color (decimal): -6917478 or 10121878. OLE color: 10121878.
HSL color Cylindrical-coordinate representation of color #96729A: hue angle of 294º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96729A is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 114 | 154 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.40 |
| HSL | 294º | 0.17% | 0.53% | - |
| HSV(B) | 294º | 0.26% | 0.6% | - |
| XYZ | 24.43 | 20.85 | 33.31 | - |
| YUV | 129.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 154 | 0.03 | 0.26 | 0 | 0.40 | 294 | 0.17 | 0.53 |
| Hex | 96 | 72 | 9A | 3 | 1A | 0 | 28 | 126 | 11 | 35 |
| Octal | 226 | 162 | 232 | 3 | 32 | 0 | 50 | 446 | 21 | 65 |
| Binary | 10010110 | 1110010 | 10011010 | 11 | 11010 | 0 | 101000 | 100100110 | 10001 | 110101 |
Color Harmonies of #96729A
Complementary color
Monochromatic Colors of #96729A
Black with #96729A
Text Example
Text Example
White with #96729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96729A; }
p { color: rgb(150,114,154); }
H1.HeaderClassName
{
color: #96729A;
}
.AnyTagClassName
{
color: #96729A;
}
</style>
background-color css
<style>
a { background-color: #96729A; }
a { background-color: rgb(150,114,154); }
div.DivClassName
{
background-color: #96729A;
}
.BgClassName
{
background-color: #96729A;
}
</style>
border-color css
<style>
span { border-color: #96729A; }
span { border-color: rgb(150,114,154); }
td.TdClassName
{
border-color: #96729A;
}
.TagClassName
{
border-color: #96729A;
}
</style>