Shades of Viola #CA8F9D
Tints of Viola #CA8F9D
RGB
CMYK
RGB Variations
Color information
#CA8F9D (or 0xCA8F9D) is known color: Viola. HEX triplet: CA, 8F and 9D. RGB value is (202,143,157). Sum of RGB (Red+Green+Blue) = 202+143+157=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F9D is #357062. Grayscale: #A2A2A2. Windows color (decimal): -3502179 or 10325962. OLE color: 10325962.
HSL color Cylindrical-coordinate representation of color #CA8F9D: hue angle of 345.76º 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 #CA8F9D is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 157 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.21 |
| HSL | 345.76º | 0.36% | 0.68% | - |
| HSV(B) | 345.76º | 0.29% | 0.79% | - |
| XYZ | 40.27 | 34.64 | 36.46 | - |
| YUV | 162.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 157 | 0 | 0.29 | 0.22 | 0.21 | 345.76 | 0.36 | 0.68 |
| Hex | CA | 8F | 9D | 0 | 1D | 16 | 15 | 15A | 24 | 44 |
| Octal | 312 | 217 | 235 | 0 | 35 | 26 | 25 | 532 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10011101 | 0 | 11101 | 10110 | 10101 | 101011010 | 100100 | 1000100 |
Color Harmonies of #CA8F9D
Complementary color
Monochromatic Colors of #CA8F9D
Black with #CA8F9D
Text Example
Text Example
White with #CA8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F9D; }
p { color: rgb(202,143,157); }
H1.HeaderClassName
{
color: #CA8F9D;
}
.AnyTagClassName
{
color: #CA8F9D;
}
</style>
background-color css
<style>
a { background-color: #CA8F9D; }
a { background-color: rgb(202,143,157); }
div.DivClassName
{
background-color: #CA8F9D;
}
.BgClassName
{
background-color: #CA8F9D;
}
</style>
border-color css
<style>
span { border-color: #CA8F9D; }
span { border-color: rgb(202,143,157); }
td.TdClassName
{
border-color: #CA8F9D;
}
.TagClassName
{
border-color: #CA8F9D;
}
</style>