Shades of Perfume #B89AF9
Tints of Perfume #B89AF9
RGB
CMYK
RGB Variations
Color information
#B89AF9 (or 0xB89AF9) is known color: Perfume. HEX triplet: B8, 9A and F9. RGB value is (184,154,249). Sum of RGB (Red+Green+Blue) = 184+154+249=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #B89AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89AF9 is #476506. Grayscale: #ADADAD. Windows color (decimal): -4678919 or 16358072. OLE color: 16358072.
HSL color Cylindrical-coordinate representation of color #B89AF9: hue angle of 258.95º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89AF9 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 154 | 249 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.02 |
| HSL | 258.95º | 0.89% | 0.79% | - |
| HSV(B) | 258.95º | 0.38% | 0.98% | - |
| XYZ | 48.42 | 40.14 | 94.82 | - |
| YUV | 173.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 249 | 0.26 | 0.38 | 0 | 0.02 | 258.95 | 0.89 | 0.79 |
| Hex | B8 | 9A | F9 | 1A | 26 | 0 | 2 | 103 | 59 | 4F |
| Octal | 270 | 232 | 371 | 32 | 46 | 0 | 2 | 403 | 131 | 117 |
| Binary | 10111000 | 10011010 | 11111001 | 11010 | 100110 | 0 | 10 | 100000011 | 1011001 | 1001111 |
Color Harmonies of #B89AF9
Complementary color
Monochromatic Colors of #B89AF9
Black with #B89AF9
Text Example
Text Example
White with #B89AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AF9; }
p { color: rgb(184,154,249); }
H1.HeaderClassName
{
color: #B89AF9;
}
.AnyTagClassName
{
color: #B89AF9;
}
</style>
background-color css
<style>
a { background-color: #B89AF9; }
a { background-color: rgb(184,154,249); }
div.DivClassName
{
background-color: #B89AF9;
}
.BgClassName
{
background-color: #B89AF9;
}
</style>
border-color css
<style>
span { border-color: #B89AF9; }
span { border-color: rgb(184,154,249); }
td.TdClassName
{
border-color: #B89AF9;
}
.TagClassName
{
border-color: #B89AF9;
}
</style>