Shades of Viola #CA8F9E
Tints of Viola #CA8F9E
RGB
CMYK
RGB Variations
Color information
#CA8F9E (or 0xCA8F9E) is known color: Viola. HEX triplet: CA, 8F and 9E. RGB value is (202,143,158). Sum of RGB (Red+Green+Blue) = 202+143+158=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F9E is #357061. Grayscale: #A2A2A2. Windows color (decimal): -3502178 or 10391498. OLE color: 10391498.
HSL color Cylindrical-coordinate representation of color #CA8F9E: hue angle of 344.75º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8F9E is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 158 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.21 |
| HSL | 344.75º | 0.36% | 0.68% | - |
| HSV(B) | 344.75º | 0.29% | 0.79% | - |
| XYZ | 40.35 | 34.67 | 36.91 | - |
| YUV | 162.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 158 | 0 | 0.29 | 0.22 | 0.21 | 344.75 | 0.36 | 0.68 |
| Hex | CA | 8F | 9E | 0 | 1D | 16 | 15 | 159 | 24 | 44 |
| Octal | 312 | 217 | 236 | 0 | 35 | 26 | 25 | 531 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10011110 | 0 | 11101 | 10110 | 10101 | 101011001 | 100100 | 1000100 |
Color Harmonies of #CA8F9E
Complementary color
Monochromatic Colors of #CA8F9E
Black with #CA8F9E
Text Example
Text Example
White with #CA8F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F9E; }
p { color: rgb(202,143,158); }
H1.HeaderClassName
{
color: #CA8F9E;
}
.AnyTagClassName
{
color: #CA8F9E;
}
</style>
background-color css
<style>
a { background-color: #CA8F9E; }
a { background-color: rgb(202,143,158); }
div.DivClassName
{
background-color: #CA8F9E;
}
.BgClassName
{
background-color: #CA8F9E;
}
</style>
border-color css
<style>
span { border-color: #CA8F9E; }
span { border-color: rgb(202,143,158); }
td.TdClassName
{
border-color: #CA8F9E;
}
.TagClassName
{
border-color: #CA8F9E;
}
</style>