Shades of Medium Violet Red #B9098F
Tints of Medium Violet Red #B9098F
RGB
CMYK
RGB Variations
Color information
#B9098F (or 0xB9098F) is known color: Medium Violet Red. HEX triplet: B9, 09 and 8F. RGB value is (185,9,143). Sum of RGB (Red+Green+Blue) = 185+9+143=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B9098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9098F is #46F670. Grayscale: #4C4C4C. Windows color (decimal): -4650609 or 9374137. OLE color: 9374137.
HSL color Cylindrical-coordinate representation of color #B9098F: hue angle of 314.32º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9098F is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 9 | 143 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.27 |
| HSL | 314.32º | 0.91% | 0.38% | - |
| HSV(B) | 314.32º | 0.95% | 0.73% | - |
| XYZ | 25.06 | 12.49 | 27.08 | - |
| YUV | 76.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 143 | 0 | 0.95 | 0.23 | 0.27 | 314.32 | 0.91 | 0.38 |
| Hex | B9 | 9 | 8F | 0 | 5F | 17 | 1B | 13A | 5B | 26 |
| Octal | 271 | 11 | 217 | 0 | 137 | 27 | 33 | 472 | 133 | 46 |
| Binary | 10111001 | 1001 | 10001111 | 0 | 1011111 | 10111 | 11011 | 100111010 | 1011011 | 100110 |
Color Harmonies of #B9098F
Complementary color
Monochromatic Colors of #B9098F
Black with #B9098F
Text Example
Text Example
White with #B9098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9098F; }
p { color: rgb(185,9,143); }
H1.HeaderClassName
{
color: #B9098F;
}
.AnyTagClassName
{
color: #B9098F;
}
</style>
background-color css
<style>
a { background-color: #B9098F; }
a { background-color: rgb(185,9,143); }
div.DivClassName
{
background-color: #B9098F;
}
.BgClassName
{
background-color: #B9098F;
}
</style>
border-color css
<style>
span { border-color: #B9098F; }
span { border-color: rgb(185,9,143); }
td.TdClassName
{
border-color: #B9098F;
}
.TagClassName
{
border-color: #B9098F;
}
</style>