Shades of Viola #C08F9D
Tints of Viola #C08F9D
RGB
CMYK
RGB Variations
Color information
#C08F9D (or 0xC08F9D) is known color: Viola. HEX triplet: C0, 8F and 9D. RGB value is (192,143,157). Sum of RGB (Red+Green+Blue) = 192+143+157=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F9D is #3F7062. Grayscale: #9F9F9F. Windows color (decimal): -4157539 or 10325952. OLE color: 10325952.
HSL color Cylindrical-coordinate representation of color #C08F9D: hue angle of 342.86º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08F9D is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 157 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.25 |
| HSL | 342.86º | 0.28% | 0.66% | - |
| HSV(B) | 342.86º | 0.26% | 0.75% | - |
| XYZ | 37.65 | 33.29 | 36.34 | - |
| YUV | 159.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 157 | 0 | 0.26 | 0.18 | 0.25 | 342.86 | 0.28 | 0.66 |
| Hex | C0 | 8F | 9D | 0 | 1A | 12 | 19 | 157 | 1C | 42 |
| Octal | 300 | 217 | 235 | 0 | 32 | 22 | 31 | 527 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10011101 | 0 | 11010 | 10010 | 11001 | 101010111 | 11100 | 1000010 |
Color Harmonies of #C08F9D
Complementary color
Monochromatic Colors of #C08F9D
Black with #C08F9D
Text Example
Text Example
White with #C08F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F9D; }
p { color: rgb(192,143,157); }
H1.HeaderClassName
{
color: #C08F9D;
}
.AnyTagClassName
{
color: #C08F9D;
}
</style>
background-color css
<style>
a { background-color: #C08F9D; }
a { background-color: rgb(192,143,157); }
div.DivClassName
{
background-color: #C08F9D;
}
.BgClassName
{
background-color: #C08F9D;
}
</style>
border-color css
<style>
span { border-color: #C08F9D; }
span { border-color: rgb(192,143,157); }
td.TdClassName
{
border-color: #C08F9D;
}
.TagClassName
{
border-color: #C08F9D;
}
</style>