Shades of Mauve #CB9BF9
Tints of Mauve #CB9BF9
RGB
CMYK
RGB Variations
Color information
#CB9BF9 (or 0xCB9BF9) is known color: Mauve. HEX triplet: CB, 9B and F9. RGB value is (203,155,249). Sum of RGB (Red+Green+Blue) = 203+155+249=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB9BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9BF9 is #346406. Grayscale: #B3B3B3. Windows color (decimal): -3433479 or 16358347. OLE color: 16358347.
HSL color Cylindrical-coordinate representation of color #CB9BF9: hue angle of 270.64º 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 #CB9BF9 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 155 | 249 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.02 |
| HSL | 270.64º | 0.89% | 0.79% | - |
| HSV(B) | 270.64º | 0.38% | 0.98% | - |
| XYZ | 53.45 | 42.98 | 95.1 | - |
| YUV | 180.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 249 | 0.18 | 0.38 | 0 | 0.02 | 270.64 | 0.89 | 0.79 |
| Hex | CB | 9B | F9 | 12 | 26 | 0 | 2 | 10F | 59 | 4F |
| Octal | 313 | 233 | 371 | 22 | 46 | 0 | 2 | 417 | 131 | 117 |
| Binary | 11001011 | 10011011 | 11111001 | 10010 | 100110 | 0 | 10 | 100001111 | 1011001 | 1001111 |
Color Harmonies of #CB9BF9
Complementary color
Monochromatic Colors of #CB9BF9
Black with #CB9BF9
Text Example
Text Example
White with #CB9BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BF9; }
p { color: rgb(203,155,249); }
H1.HeaderClassName
{
color: #CB9BF9;
}
.AnyTagClassName
{
color: #CB9BF9;
}
</style>
background-color css
<style>
a { background-color: #CB9BF9; }
a { background-color: rgb(203,155,249); }
div.DivClassName
{
background-color: #CB9BF9;
}
.BgClassName
{
background-color: #CB9BF9;
}
</style>
border-color css
<style>
span { border-color: #CB9BF9; }
span { border-color: rgb(203,155,249); }
td.TdClassName
{
border-color: #CB9BF9;
}
.TagClassName
{
border-color: #CB9BF9;
}
</style>