Shades of Violet Blue #B963AA
Tints of Violet Blue #B963AA
RGB
CMYK
RGB Variations
Color information
#B963AA (or 0xB963AA) is known color: Violet Blue. HEX triplet: B9, 63 and AA. RGB value is (185,99,170). Sum of RGB (Red+Green+Blue) = 185+99+170=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AA is #469C55. Grayscale: #848484. Windows color (decimal): -4627542 or 11166649. OLE color: 11166649.
HSL color Cylindrical-coordinate representation of color #B963AA: hue angle of 310.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B963AA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 170 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.27 |
| HSL | 310.47º | 0.38% | 0.56% | - |
| HSV(B) | 310.47º | 0.46% | 0.73% | - |
| XYZ | 31.73 | 22.14 | 40.63 | - |
| YUV | 132.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 170 | 0 | 0.46 | 0.08 | 0.27 | 310.47 | 0.38 | 0.56 |
| Hex | B9 | 63 | AA | 0 | 2E | 8 | 1B | 136 | 26 | 38 |
| Octal | 271 | 143 | 252 | 0 | 56 | 10 | 33 | 466 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10101010 | 0 | 101110 | 1000 | 11011 | 100110110 | 100110 | 111000 |
Color Harmonies of #B963AA
Complementary color
Monochromatic Colors of #B963AA
Black with #B963AA
Text Example
Text Example
White with #B963AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963AA; }
p { color: rgb(185,99,170); }
H1.HeaderClassName
{
color: #B963AA;
}
.AnyTagClassName
{
color: #B963AA;
}
</style>
background-color css
<style>
a { background-color: #B963AA; }
a { background-color: rgb(185,99,170); }
div.DivClassName
{
background-color: #B963AA;
}
.BgClassName
{
background-color: #B963AA;
}
</style>
border-color css
<style>
span { border-color: #B963AA; }
span { border-color: rgb(185,99,170); }
td.TdClassName
{
border-color: #B963AA;
}
.TagClassName
{
border-color: #B963AA;
}
</style>