Shades of Mauve #CB9BFF
Tints of Mauve #CB9BFF
RGB
CMYK
RGB Variations
Color information
#CB9BFF (or 0xCB9BFF) is known color: Mauve. HEX triplet: CB, 9B and FF. RGB value is (203,155,255). Sum of RGB (Red+Green+Blue) = 203+155+255=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9BFF is #346400. Grayscale: #B4B4B4. Windows color (decimal): -3433473 or 16751563. OLE color: 16751563.
HSL color Cylindrical-coordinate representation of color #CB9BFF: hue angle of 268.8º 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 #CB9BFF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 155 | 255 | - |
| CMYK | 0.20 | 0.39 | 0 | 0 |
| HSL | 268.8º | 1% | 0.8% | - |
| HSV(B) | 268.8º | 0.39% | 1% | - |
| XYZ | 54.4 | 43.36 | 100.11 | - |
| YUV | 180.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 255 | 0.20 | 0.39 | 0 | 0 | 268.8 | 1 | 0.8 |
| Hex | CB | 9B | FF | 14 | 27 | 0 | 0 | 10D | 64 | 50 |
| Octal | 313 | 233 | 377 | 24 | 47 | 0 | 0 | 415 | 144 | 120 |
| Binary | 11001011 | 10011011 | 11111111 | 10100 | 100111 | 0 | 0 | 100001101 | 1100100 | 1010000 |
Color Harmonies of #CB9BFF
Complementary color
Monochromatic Colors of #CB9BFF
Black with #CB9BFF
Text Example
Text Example
White with #CB9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BFF; }
p { color: rgb(203,155,255); }
H1.HeaderClassName
{
color: #CB9BFF;
}
.AnyTagClassName
{
color: #CB9BFF;
}
</style>
background-color css
<style>
a { background-color: #CB9BFF; }
a { background-color: rgb(203,155,255); }
div.DivClassName
{
background-color: #CB9BFF;
}
.BgClassName
{
background-color: #CB9BFF;
}
</style>
border-color css
<style>
span { border-color: #CB9BFF; }
span { border-color: rgb(203,155,255); }
td.TdClassName
{
border-color: #CB9BFF;
}
.TagClassName
{
border-color: #CB9BFF;
}
</style>