Shades of Perfume #C09AF9
Tints of Perfume #C09AF9
RGB
CMYK
RGB Variations
Color information
#C09AF9 (or 0xC09AF9) is known color: Perfume. HEX triplet: C0, 9A and F9. RGB value is (192,154,249). Sum of RGB (Red+Green+Blue) = 192+154+249=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #C09AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AF9 is #3F6506. Grayscale: #AFAFAF. Windows color (decimal): -4154631 or 16358080. OLE color: 16358080.
HSL color Cylindrical-coordinate representation of color #C09AF9: hue angle of 264º 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 #C09AF9 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 154 | 249 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.02 |
| HSL | 264º | 0.89% | 0.79% | - |
| HSV(B) | 264º | 0.38% | 0.98% | - |
| XYZ | 50.39 | 41.16 | 94.91 | - |
| YUV | 176.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 249 | 0.23 | 0.38 | 0 | 0.02 | 264 | 0.89 | 0.79 |
| Hex | C0 | 9A | F9 | 17 | 26 | 0 | 2 | 108 | 59 | 4F |
| Octal | 300 | 232 | 371 | 27 | 46 | 0 | 2 | 410 | 131 | 117 |
| Binary | 11000000 | 10011010 | 11111001 | 10111 | 100110 | 0 | 10 | 100001000 | 1011001 | 1001111 |
Color Harmonies of #C09AF9
Complementary color
Monochromatic Colors of #C09AF9
Black with #C09AF9
Text Example
Text Example
White with #C09AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AF9; }
p { color: rgb(192,154,249); }
H1.HeaderClassName
{
color: #C09AF9;
}
.AnyTagClassName
{
color: #C09AF9;
}
</style>
background-color css
<style>
a { background-color: #C09AF9; }
a { background-color: rgb(192,154,249); }
div.DivClassName
{
background-color: #C09AF9;
}
.BgClassName
{
background-color: #C09AF9;
}
</style>
border-color css
<style>
span { border-color: #C09AF9; }
span { border-color: rgb(192,154,249); }
td.TdClassName
{
border-color: #C09AF9;
}
.TagClassName
{
border-color: #C09AF9;
}
</style>