Shades of Viola #C39BA8
Tints of Viola #C39BA8
RGB
CMYK
RGB Variations
Color information
#C39BA8 (or 0xC39BA8) is known color: Viola. HEX triplet: C3, 9B and A8. RGB value is (195,155,168). Sum of RGB (Red+Green+Blue) = 195+155+168=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BA8 is #3C6457. Grayscale: #A8A8A8. Windows color (decimal): -3957848 or 11049923. OLE color: 11049923.
HSL color Cylindrical-coordinate representation of color #C39BA8: hue angle of 340.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39BA8 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 168 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.24 |
| HSL | 340.5º | 0.25% | 0.69% | - |
| HSV(B) | 340.5º | 0.21% | 0.76% | - |
| XYZ | 41.29 | 37.87 | 42.18 | - |
| YUV | 168.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 168 | 0 | 0.21 | 0.14 | 0.24 | 340.5 | 0.25 | 0.69 |
| Hex | C3 | 9B | A8 | 0 | 15 | E | 18 | 154 | 19 | 45 |
| Octal | 303 | 233 | 250 | 0 | 25 | 16 | 30 | 524 | 31 | 105 |
| Binary | 11000011 | 10011011 | 10101000 | 0 | 10101 | 1110 | 11000 | 101010100 | 11001 | 1000101 |
Color Harmonies of #C39BA8
Complementary color
Monochromatic Colors of #C39BA8
Black with #C39BA8
Text Example
Text Example
White with #C39BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BA8; }
p { color: rgb(195,155,168); }
H1.HeaderClassName
{
color: #C39BA8;
}
.AnyTagClassName
{
color: #C39BA8;
}
</style>
background-color css
<style>
a { background-color: #C39BA8; }
a { background-color: rgb(195,155,168); }
div.DivClassName
{
background-color: #C39BA8;
}
.BgClassName
{
background-color: #C39BA8;
}
</style>
border-color css
<style>
span { border-color: #C39BA8; }
span { border-color: rgb(195,155,168); }
td.TdClassName
{
border-color: #C39BA8;
}
.TagClassName
{
border-color: #C39BA8;
}
</style>