Shades of Violet Blue #B95DA1
Tints of Violet Blue #B95DA1
RGB
CMYK
RGB Variations
Color information
#B95DA1 (or 0xB95DA1) is known color: Violet Blue. HEX triplet: B9, 5D and A1. RGB value is (185,93,161). Sum of RGB (Red+Green+Blue) = 185+93+161=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95DA1 is #46A25E. Grayscale: #808080. Windows color (decimal): -4629087 or 10575289. OLE color: 10575289.
HSL color Cylindrical-coordinate representation of color #B95DA1: hue angle of 315.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95DA1 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 161 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.27 |
| HSL | 315.65º | 0.4% | 0.55% | - |
| HSV(B) | 315.65º | 0.5% | 0.73% | - |
| XYZ | 30.35 | 20.72 | 36.12 | - |
| YUV | 128.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 161 | 0 | 0.50 | 0.13 | 0.27 | 315.65 | 0.4 | 0.55 |
| Hex | B9 | 5D | A1 | 0 | 32 | D | 1B | 13C | 28 | 37 |
| Octal | 271 | 135 | 241 | 0 | 62 | 15 | 33 | 474 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10100001 | 0 | 110010 | 1101 | 11011 | 100111100 | 101000 | 110111 |
Color Harmonies of #B95DA1
Complementary color
Monochromatic Colors of #B95DA1
Black with #B95DA1
Text Example
Text Example
White with #B95DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DA1; }
p { color: rgb(185,93,161); }
H1.HeaderClassName
{
color: #B95DA1;
}
.AnyTagClassName
{
color: #B95DA1;
}
</style>
background-color css
<style>
a { background-color: #B95DA1; }
a { background-color: rgb(185,93,161); }
div.DivClassName
{
background-color: #B95DA1;
}
.BgClassName
{
background-color: #B95DA1;
}
</style>
border-color css
<style>
span { border-color: #B95DA1; }
span { border-color: rgb(185,93,161); }
td.TdClassName
{
border-color: #B95DA1;
}
.TagClassName
{
border-color: #B95DA1;
}
</style>