Shades of Violet Blue #B1539A
Tints of Violet Blue #B1539A
RGB
CMYK
RGB Variations
Color information
#B1539A (or 0xB1539A) is known color: Violet Blue. HEX triplet: B1, 53 and 9A. RGB value is (177,83,154). Sum of RGB (Red+Green+Blue) = 177+83+154=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1539A is #4EAC65. Grayscale: #777777. Windows color (decimal): -5155942 or 10113969. OLE color: 10113969.
HSL color Cylindrical-coordinate representation of color #B1539A: hue angle of 314.68º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1539A is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 154 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.31 |
| HSL | 314.68º | 0.38% | 0.51% | - |
| HSV(B) | 314.68º | 0.53% | 0.69% | - |
| XYZ | 27.06 | 17.87 | 32.59 | - |
| YUV | 119.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 154 | 0 | 0.53 | 0.13 | 0.31 | 314.68 | 0.38 | 0.51 |
| Hex | B1 | 53 | 9A | 0 | 35 | D | 1F | 13B | 26 | 33 |
| Octal | 261 | 123 | 232 | 0 | 65 | 15 | 37 | 473 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10011010 | 0 | 110101 | 1101 | 11111 | 100111011 | 100110 | 110011 |
Color Harmonies of #B1539A
Complementary color
Monochromatic Colors of #B1539A
Black with #B1539A
Text Example
Text Example
White with #B1539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1539A; }
p { color: rgb(177,83,154); }
H1.HeaderClassName
{
color: #B1539A;
}
.AnyTagClassName
{
color: #B1539A;
}
</style>
background-color css
<style>
a { background-color: #B1539A; }
a { background-color: rgb(177,83,154); }
div.DivClassName
{
background-color: #B1539A;
}
.BgClassName
{
background-color: #B1539A;
}
</style>
border-color css
<style>
span { border-color: #B1539A; }
span { border-color: rgb(177,83,154); }
td.TdClassName
{
border-color: #B1539A;
}
.TagClassName
{
border-color: #B1539A;
}
</style>