Shades of Viola #CE8EA9
Tints of Viola #CE8EA9
RGB
CMYK
RGB Variations
Color information
#CE8EA9 (or 0xCE8EA9) is known color: Viola. HEX triplet: CE, 8E and A9. RGB value is (206,142,169). Sum of RGB (Red+Green+Blue) = 206+142+169=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8EA9 is #317156. Grayscale: #A4A4A4. Windows color (decimal): -3240279 or 11112142. OLE color: 11112142.
HSL color Cylindrical-coordinate representation of color #CE8EA9: hue angle of 334.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8EA9 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 169 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.19 |
| HSL | 334.69º | 0.4% | 0.68% | - |
| HSV(B) | 334.69º | 0.31% | 0.81% | - |
| XYZ | 42.29 | 35.33 | 42.13 | - |
| YUV | 164.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 169 | 0 | 0.31 | 0.18 | 0.19 | 334.69 | 0.4 | 0.68 |
| Hex | CE | 8E | A9 | 0 | 1F | 12 | 13 | 14F | 28 | 44 |
| Octal | 316 | 216 | 251 | 0 | 37 | 22 | 23 | 517 | 50 | 104 |
| Binary | 11001110 | 10001110 | 10101001 | 0 | 11111 | 10010 | 10011 | 101001111 | 101000 | 1000100 |
Color Harmonies of #CE8EA9
Complementary color
Monochromatic Colors of #CE8EA9
Black with #CE8EA9
Text Example
Text Example
White with #CE8EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EA9; }
p { color: rgb(206,142,169); }
H1.HeaderClassName
{
color: #CE8EA9;
}
.AnyTagClassName
{
color: #CE8EA9;
}
</style>
background-color css
<style>
a { background-color: #CE8EA9; }
a { background-color: rgb(206,142,169); }
div.DivClassName
{
background-color: #CE8EA9;
}
.BgClassName
{
background-color: #CE8EA9;
}
</style>
border-color css
<style>
span { border-color: #CE8EA9; }
span { border-color: rgb(206,142,169); }
td.TdClassName
{
border-color: #CE8EA9;
}
.TagClassName
{
border-color: #CE8EA9;
}
</style>