Shades of Viola #CA8E9E
Tints of Viola #CA8E9E
RGB
CMYK
RGB Variations
Color information
#CA8E9E (or 0xCA8E9E) is known color: Viola. HEX triplet: CA, 8E and 9E. RGB value is (202,142,158). Sum of RGB (Red+Green+Blue) = 202+142+158=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8E9E is #357161. Grayscale: #A1A1A1. Windows color (decimal): -3502434 or 10391242. OLE color: 10391242.
HSL color Cylindrical-coordinate representation of color #CA8E9E: hue angle of 344º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8E9E is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 158 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.21 |
| HSL | 344º | 0.36% | 0.67% | - |
| HSV(B) | 344º | 0.3% | 0.79% | - |
| XYZ | 40.2 | 34.37 | 36.86 | - |
| YUV | 161.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 158 | 0 | 0.30 | 0.22 | 0.21 | 344 | 0.36 | 0.67 |
| Hex | CA | 8E | 9E | 0 | 1E | 16 | 15 | 158 | 24 | 43 |
| Octal | 312 | 216 | 236 | 0 | 36 | 26 | 25 | 530 | 44 | 103 |
| Binary | 11001010 | 10001110 | 10011110 | 0 | 11110 | 10110 | 10101 | 101011000 | 100100 | 1000011 |
Color Harmonies of #CA8E9E
Complementary color
Monochromatic Colors of #CA8E9E
Black with #CA8E9E
Text Example
Text Example
White with #CA8E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E9E; }
p { color: rgb(202,142,158); }
H1.HeaderClassName
{
color: #CA8E9E;
}
.AnyTagClassName
{
color: #CA8E9E;
}
</style>
background-color css
<style>
a { background-color: #CA8E9E; }
a { background-color: rgb(202,142,158); }
div.DivClassName
{
background-color: #CA8E9E;
}
.BgClassName
{
background-color: #CA8E9E;
}
</style>
border-color css
<style>
span { border-color: #CA8E9E; }
span { border-color: rgb(202,142,158); }
td.TdClassName
{
border-color: #CA8E9E;
}
.TagClassName
{
border-color: #CA8E9E;
}
</style>