Shades of Mauve #CB9FFF
Tints of Mauve #CB9FFF
RGB
CMYK
RGB Variations
Color information
#CB9FFF (or 0xCB9FFF) is known color: Mauve. HEX triplet: CB, 9F and FF. RGB value is (203,159,255). Sum of RGB (Red+Green+Blue) = 203+159+255=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 159 (62.5% from 255 or 25.77% 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 #CB9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FFF is #346000. Grayscale: #B6B6B6. Windows color (decimal): -3432449 or 16752587. OLE color: 16752587.
HSL color Cylindrical-coordinate representation of color #CB9FFF: hue angle of 267.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9FFF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 159 | 255 | - |
| CMYK | 0.20 | 0.38 | 0 | 0 |
| HSL | 267.5º | 1% | 0.81% | - |
| HSV(B) | 267.5º | 0.38% | 1% | - |
| XYZ | 55.08 | 44.71 | 100.34 | - |
| YUV | 183.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 255 | 0.20 | 0.38 | 0 | 0 | 267.5 | 1 | 0.81 |
| Hex | CB | 9F | FF | 14 | 26 | 0 | 0 | 10C | 64 | 51 |
| Octal | 313 | 237 | 377 | 24 | 46 | 0 | 0 | 414 | 144 | 121 |
| Binary | 11001011 | 10011111 | 11111111 | 10100 | 100110 | 0 | 0 | 100001100 | 1100100 | 1010001 |
Color Harmonies of #CB9FFF
Complementary color
Monochromatic Colors of #CB9FFF
Black with #CB9FFF
Text Example
Text Example
White with #CB9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FFF; }
p { color: rgb(203,159,255); }
H1.HeaderClassName
{
color: #CB9FFF;
}
.AnyTagClassName
{
color: #CB9FFF;
}
</style>
background-color css
<style>
a { background-color: #CB9FFF; }
a { background-color: rgb(203,159,255); }
div.DivClassName
{
background-color: #CB9FFF;
}
.BgClassName
{
background-color: #CB9FFF;
}
</style>
border-color css
<style>
span { border-color: #CB9FFF; }
span { border-color: rgb(203,159,255); }
td.TdClassName
{
border-color: #CB9FFF;
}
.TagClassName
{
border-color: #CB9FFF;
}
</style>