Shades of Violet Blue #B963A9
Tints of Violet Blue #B963A9
RGB
CMYK
RGB Variations
Color information
#B963A9 (or 0xB963A9) is known color: Violet Blue. HEX triplet: B9, 63 and A9. RGB value is (185,99,169). Sum of RGB (Red+Green+Blue) = 185+99+169=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B963A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963A9 is #469C56. Grayscale: #848484. Windows color (decimal): -4627543 or 11101113. OLE color: 11101113.
HSL color Cylindrical-coordinate representation of color #B963A9: hue angle of 311.16º 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 #B963A9 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 169 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.27 |
| HSL | 311.16º | 0.38% | 0.56% | - |
| HSV(B) | 311.16º | 0.46% | 0.73% | - |
| XYZ | 31.63 | 22.1 | 40.14 | - |
| YUV | 132.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 169 | 0 | 0.46 | 0.09 | 0.27 | 311.16 | 0.38 | 0.56 |
| Hex | B9 | 63 | A9 | 0 | 2E | 9 | 1B | 137 | 26 | 38 |
| Octal | 271 | 143 | 251 | 0 | 56 | 11 | 33 | 467 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10101001 | 0 | 101110 | 1001 | 11011 | 100110111 | 100110 | 111000 |
Color Harmonies of #B963A9
Complementary color
Monochromatic Colors of #B963A9
Black with #B963A9
Text Example
Text Example
White with #B963A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963A9; }
p { color: rgb(185,99,169); }
H1.HeaderClassName
{
color: #B963A9;
}
.AnyTagClassName
{
color: #B963A9;
}
</style>
background-color css
<style>
a { background-color: #B963A9; }
a { background-color: rgb(185,99,169); }
div.DivClassName
{
background-color: #B963A9;
}
.BgClassName
{
background-color: #B963A9;
}
</style>
border-color css
<style>
span { border-color: #B963A9; }
span { border-color: rgb(185,99,169); }
td.TdClassName
{
border-color: #B963A9;
}
.TagClassName
{
border-color: #B963A9;
}
</style>