Shades of Mauve #CF9BFF
Tints of Mauve #CF9BFF
RGB
CMYK
RGB Variations
Color information
#CF9BFF (or 0xCF9BFF) is known color: Mauve. HEX triplet: CF, 9B and FF. RGB value is (207,155,255). Sum of RGB (Red+Green+Blue) = 207+155+255=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BFF is #306400. Grayscale: #B5B5B5. Windows color (decimal): -3171329 or 16751567. OLE color: 16751567.
HSL color Cylindrical-coordinate representation of color #CF9BFF: hue angle of 271.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF9BFF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 155 | 255 | - |
| CMYK | 0.19 | 0.39 | 0 | 0 |
| HSL | 271.2º | 1% | 0.8% | - |
| HSV(B) | 271.2º | 0.39% | 1% | - |
| XYZ | 55.5 | 43.93 | 100.16 | - |
| YUV | 181.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 255 | 0.19 | 0.39 | 0 | 0 | 271.2 | 1 | 0.8 |
| Hex | CF | 9B | FF | 13 | 27 | 0 | 0 | 10F | 64 | 50 |
| Octal | 317 | 233 | 377 | 23 | 47 | 0 | 0 | 417 | 144 | 120 |
| Binary | 11001111 | 10011011 | 11111111 | 10011 | 100111 | 0 | 0 | 100001111 | 1100100 | 1010000 |
Color Harmonies of #CF9BFF
Complementary color
Monochromatic Colors of #CF9BFF
Black with #CF9BFF
Text Example
Text Example
White with #CF9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BFF; }
p { color: rgb(207,155,255); }
H1.HeaderClassName
{
color: #CF9BFF;
}
.AnyTagClassName
{
color: #CF9BFF;
}
</style>
background-color css
<style>
a { background-color: #CF9BFF; }
a { background-color: rgb(207,155,255); }
div.DivClassName
{
background-color: #CF9BFF;
}
.BgClassName
{
background-color: #CF9BFF;
}
</style>
border-color css
<style>
span { border-color: #CF9BFF; }
span { border-color: rgb(207,155,255); }
td.TdClassName
{
border-color: #CF9BFF;
}
.TagClassName
{
border-color: #CF9BFF;
}
</style>