Shades of Violet Blue #B5609D
Tints of Violet Blue #B5609D
RGB
CMYK
RGB Variations
Color information
#B5609D (or 0xB5609D) is known color: Violet Blue. HEX triplet: B5, 60 and 9D. RGB value is (181,96,157). Sum of RGB (Red+Green+Blue) = 181+96+157=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5609D is #4A9F62. Grayscale: #808080. Windows color (decimal): -4890467 or 10313909. OLE color: 10313909.
HSL color Cylindrical-coordinate representation of color #B5609D: hue angle of 316.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5609D is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 157 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.29 |
| HSL | 316.94º | 0.36% | 0.54% | - |
| HSV(B) | 316.94º | 0.47% | 0.71% | - |
| XYZ | 29.32 | 20.62 | 34.33 | - |
| YUV | 128.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 157 | 0 | 0.47 | 0.13 | 0.29 | 316.94 | 0.36 | 0.54 |
| Hex | B5 | 60 | 9D | 0 | 2F | D | 1D | 13D | 24 | 36 |
| Octal | 265 | 140 | 235 | 0 | 57 | 15 | 35 | 475 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10011101 | 0 | 101111 | 1101 | 11101 | 100111101 | 100100 | 110110 |
Color Harmonies of #B5609D
Complementary color
Monochromatic Colors of #B5609D
Black with #B5609D
Text Example
Text Example
White with #B5609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5609D; }
p { color: rgb(181,96,157); }
H1.HeaderClassName
{
color: #B5609D;
}
.AnyTagClassName
{
color: #B5609D;
}
</style>
background-color css
<style>
a { background-color: #B5609D; }
a { background-color: rgb(181,96,157); }
div.DivClassName
{
background-color: #B5609D;
}
.BgClassName
{
background-color: #B5609D;
}
</style>
border-color css
<style>
span { border-color: #B5609D; }
span { border-color: rgb(181,96,157); }
td.TdClassName
{
border-color: #B5609D;
}
.TagClassName
{
border-color: #B5609D;
}
</style>