Shades of Perfume #B98DFF
Tints of Perfume #B98DFF
RGB
CMYK
RGB Variations
Color information
#B98DFF (or 0xB98DFF) is known color: Perfume. HEX triplet: B9, 8D and FF. RGB value is (185,141,255). Sum of RGB (Red+Green+Blue) = 185+141+255=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B98DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DFF is #467200. Grayscale: #A6A6A6. Windows color (decimal): -4616705 or 16747961. OLE color: 16747961.
HSL color Cylindrical-coordinate representation of color #B98DFF: hue angle of 263.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98DFF is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 141 | 255 | - |
| CMYK | 0.27 | 0.45 | 0 | 0 |
| HSL | 263.16º | 1% | 0.78% | - |
| HSV(B) | 263.16º | 0.45% | 1% | - |
| XYZ | 47.58 | 36.58 | 99.16 | - |
| YUV | 167.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 255 | 0.27 | 0.45 | 0 | 0 | 263.16 | 1 | 0.78 |
| Hex | B9 | 8D | FF | 1B | 2D | 0 | 0 | 107 | 64 | 4E |
| Octal | 271 | 215 | 377 | 33 | 55 | 0 | 0 | 407 | 144 | 116 |
| Binary | 10111001 | 10001101 | 11111111 | 11011 | 101101 | 0 | 0 | 100000111 | 1100100 | 1001110 |
Color Harmonies of #B98DFF
Complementary color
Monochromatic Colors of #B98DFF
Black with #B98DFF
Text Example
Text Example
White with #B98DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DFF; }
p { color: rgb(185,141,255); }
H1.HeaderClassName
{
color: #B98DFF;
}
.AnyTagClassName
{
color: #B98DFF;
}
</style>
background-color css
<style>
a { background-color: #B98DFF; }
a { background-color: rgb(185,141,255); }
div.DivClassName
{
background-color: #B98DFF;
}
.BgClassName
{
background-color: #B98DFF;
}
</style>
border-color css
<style>
span { border-color: #B98DFF; }
span { border-color: rgb(185,141,255); }
td.TdClassName
{
border-color: #B98DFF;
}
.TagClassName
{
border-color: #B98DFF;
}
</style>