Shades of Violet Blue #B761A9
Tints of Violet Blue #B761A9
RGB
CMYK
RGB Variations
Color information
#B761A9 (or 0xB761A9) is known color: Violet Blue. HEX triplet: B7, 61 and A9. RGB value is (183,97,169). Sum of RGB (Red+Green+Blue) = 183+97+169=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B761A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B761A9 is #489E56. Grayscale: #828282. Windows color (decimal): -4759127 or 11100599. OLE color: 11100599.
HSL color Cylindrical-coordinate representation of color #B761A9: hue angle of 309.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B761A9 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 169 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.28 |
| HSL | 309.77º | 0.37% | 0.55% | - |
| HSV(B) | 309.77º | 0.47% | 0.72% | - |
| XYZ | 30.96 | 21.48 | 40.05 | - |
| YUV | 130.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 169 | 0 | 0.47 | 0.08 | 0.28 | 309.77 | 0.37 | 0.55 |
| Hex | B7 | 61 | A9 | 0 | 2F | 8 | 1C | 136 | 25 | 37 |
| Octal | 267 | 141 | 251 | 0 | 57 | 10 | 34 | 466 | 45 | 67 |
| Binary | 10110111 | 1100001 | 10101001 | 0 | 101111 | 1000 | 11100 | 100110110 | 100101 | 110111 |
Color Harmonies of #B761A9
Complementary color
Monochromatic Colors of #B761A9
Black with #B761A9
Text Example
Text Example
White with #B761A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761A9; }
p { color: rgb(183,97,169); }
H1.HeaderClassName
{
color: #B761A9;
}
.AnyTagClassName
{
color: #B761A9;
}
</style>
background-color css
<style>
a { background-color: #B761A9; }
a { background-color: rgb(183,97,169); }
div.DivClassName
{
background-color: #B761A9;
}
.BgClassName
{
background-color: #B761A9;
}
</style>
border-color css
<style>
span { border-color: #B761A9; }
span { border-color: rgb(183,97,169); }
td.TdClassName
{
border-color: #B761A9;
}
.TagClassName
{
border-color: #B761A9;
}
</style>