Shades of Violet Blue #B96CAA
Tints of Violet Blue #B96CAA
RGB
CMYK
RGB Variations
Color information
#B96CAA (or 0xB96CAA) is known color: Violet Blue. HEX triplet: B9, 6C and AA. RGB value is (185,108,170). Sum of RGB (Red+Green+Blue) = 185+108+170=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B96CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96CAA is #469355. Grayscale: #898989. Windows color (decimal): -4625238 or 11168953. OLE color: 11168953.
HSL color Cylindrical-coordinate representation of color #B96CAA: hue angle of 311.69º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96CAA is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 170 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.27 |
| HSL | 311.69º | 0.35% | 0.57% | - |
| HSV(B) | 311.69º | 0.42% | 0.73% | - |
| XYZ | 32.63 | 23.94 | 40.93 | - |
| YUV | 138.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 170 | 0 | 0.42 | 0.08 | 0.27 | 311.69 | 0.35 | 0.57 |
| Hex | B9 | 6C | AA | 0 | 2A | 8 | 1B | 138 | 23 | 39 |
| Octal | 271 | 154 | 252 | 0 | 52 | 10 | 33 | 470 | 43 | 71 |
| Binary | 10111001 | 1101100 | 10101010 | 0 | 101010 | 1000 | 11011 | 100111000 | 100011 | 111001 |
Color Harmonies of #B96CAA
Complementary color
Monochromatic Colors of #B96CAA
Black with #B96CAA
Text Example
Text Example
White with #B96CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CAA; }
p { color: rgb(185,108,170); }
H1.HeaderClassName
{
color: #B96CAA;
}
.AnyTagClassName
{
color: #B96CAA;
}
</style>
background-color css
<style>
a { background-color: #B96CAA; }
a { background-color: rgb(185,108,170); }
div.DivClassName
{
background-color: #B96CAA;
}
.BgClassName
{
background-color: #B96CAA;
}
</style>
border-color css
<style>
span { border-color: #B96CAA; }
span { border-color: rgb(185,108,170); }
td.TdClassName
{
border-color: #B96CAA;
}
.TagClassName
{
border-color: #B96CAA;
}
</style>