Shades of Perfume #C89BF8
Tints of Perfume #C89BF8
RGB
CMYK
RGB Variations
Color information
#C89BF8 (or 0xC89BF8) is known color: Perfume. HEX triplet: C8, 9B and F8. RGB value is (200,155,248). Sum of RGB (Red+Green+Blue) = 200+155+248=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #C89BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BF8 is #376407. Grayscale: #B2B2B2. Windows color (decimal): -3630088 or 16292808. OLE color: 16292808.
HSL color Cylindrical-coordinate representation of color #C89BF8: hue angle of 269.03º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C89BF8 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 155 | 248 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.03 |
| HSL | 269.03º | 0.87% | 0.79% | - |
| HSV(B) | 269.03º | 0.38% | 0.97% | - |
| XYZ | 52.48 | 42.5 | 94.24 | - |
| YUV | 179.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 248 | 0.19 | 0.38 | 0 | 0.03 | 269.03 | 0.87 | 0.79 |
| Hex | C8 | 9B | F8 | 13 | 26 | 0 | 3 | 10D | 57 | 4F |
| Octal | 310 | 233 | 370 | 23 | 46 | 0 | 3 | 415 | 127 | 117 |
| Binary | 11001000 | 10011011 | 11111000 | 10011 | 100110 | 0 | 11 | 100001101 | 1010111 | 1001111 |
Color Harmonies of #C89BF8
Complementary color
Monochromatic Colors of #C89BF8
Black with #C89BF8
Text Example
Text Example
White with #C89BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BF8; }
p { color: rgb(200,155,248); }
H1.HeaderClassName
{
color: #C89BF8;
}
.AnyTagClassName
{
color: #C89BF8;
}
</style>
background-color css
<style>
a { background-color: #C89BF8; }
a { background-color: rgb(200,155,248); }
div.DivClassName
{
background-color: #C89BF8;
}
.BgClassName
{
background-color: #C89BF8;
}
</style>
border-color css
<style>
span { border-color: #C89BF8; }
span { border-color: rgb(200,155,248); }
td.TdClassName
{
border-color: #C89BF8;
}
.TagClassName
{
border-color: #C89BF8;
}
</style>