Shades of Viola #CE8BA9
Tints of Viola #CE8BA9
RGB
CMYK
RGB Variations
Color information
#CE8BA9 (or 0xCE8BA9) is known color: Viola. HEX triplet: CE, 8B and A9. RGB value is (206,139,169). Sum of RGB (Red+Green+Blue) = 206+139+169=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8BA9 is #317456. Grayscale: #A2A2A2. Windows color (decimal): -3241047 or 11111374. OLE color: 11111374.
HSL color Cylindrical-coordinate representation of color #CE8BA9: hue angle of 333.13º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8BA9 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 169 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.19 |
| HSL | 333.13º | 0.41% | 0.68% | - |
| HSV(B) | 333.13º | 0.33% | 0.81% | - |
| XYZ | 41.85 | 34.45 | 41.98 | - |
| YUV | 162.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 169 | 0 | 0.33 | 0.18 | 0.19 | 333.13 | 0.41 | 0.68 |
| Hex | CE | 8B | A9 | 0 | 21 | 12 | 13 | 14D | 29 | 44 |
| Octal | 316 | 213 | 251 | 0 | 41 | 22 | 23 | 515 | 51 | 104 |
| Binary | 11001110 | 10001011 | 10101001 | 0 | 100001 | 10010 | 10011 | 101001101 | 101001 | 1000100 |
Color Harmonies of #CE8BA9
Complementary color
Monochromatic Colors of #CE8BA9
Black with #CE8BA9
Text Example
Text Example
White with #CE8BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BA9; }
p { color: rgb(206,139,169); }
H1.HeaderClassName
{
color: #CE8BA9;
}
.AnyTagClassName
{
color: #CE8BA9;
}
</style>
background-color css
<style>
a { background-color: #CE8BA9; }
a { background-color: rgb(206,139,169); }
div.DivClassName
{
background-color: #CE8BA9;
}
.BgClassName
{
background-color: #CE8BA9;
}
</style>
border-color css
<style>
span { border-color: #CE8BA9; }
span { border-color: rgb(206,139,169); }
td.TdClassName
{
border-color: #CE8BA9;
}
.TagClassName
{
border-color: #CE8BA9;
}
</style>