Shades of Mauve #CB9BFB
Tints of Mauve #CB9BFB
RGB
CMYK
RGB Variations
Color information
#CB9BFB (or 0xCB9BFB) is known color: Mauve. HEX triplet: CB, 9B and FB. RGB value is (203,155,251). Sum of RGB (Red+Green+Blue) = 203+155+251=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9BFB is #346404. Grayscale: #B3B3B3. Windows color (decimal): -3433477 or 16489419. OLE color: 16489419.
HSL color Cylindrical-coordinate representation of color #CB9BFB: hue angle of 270º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9BFB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 155 | 251 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.02 |
| HSL | 270º | 0.92% | 0.8% | - |
| HSV(B) | 270º | 0.38% | 0.98% | - |
| XYZ | 53.76 | 43.1 | 96.75 | - |
| YUV | 180.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 251 | 0.19 | 0.38 | 0 | 0.02 | 270 | 0.92 | 0.8 |
| Hex | CB | 9B | FB | 13 | 26 | 0 | 2 | 10E | 5C | 50 |
| Octal | 313 | 233 | 373 | 23 | 46 | 0 | 2 | 416 | 134 | 120 |
| Binary | 11001011 | 10011011 | 11111011 | 10011 | 100110 | 0 | 10 | 100001110 | 1011100 | 1010000 |
Color Harmonies of #CB9BFB
Complementary color
Monochromatic Colors of #CB9BFB
Black with #CB9BFB
Text Example
Text Example
White with #CB9BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BFB; }
p { color: rgb(203,155,251); }
H1.HeaderClassName
{
color: #CB9BFB;
}
.AnyTagClassName
{
color: #CB9BFB;
}
</style>
background-color css
<style>
a { background-color: #CB9BFB; }
a { background-color: rgb(203,155,251); }
div.DivClassName
{
background-color: #CB9BFB;
}
.BgClassName
{
background-color: #CB9BFB;
}
</style>
border-color css
<style>
span { border-color: #CB9BFB; }
span { border-color: rgb(203,155,251); }
td.TdClassName
{
border-color: #CB9BFB;
}
.TagClassName
{
border-color: #CB9BFB;
}
</style>