Shades of Viola #C38BA1
Tints of Viola #C38BA1
RGB
CMYK
RGB Variations
Color information
#C38BA1 (or 0xC38BA1) is known color: Viola. HEX triplet: C3, 8B and A1. RGB value is (195,139,161). Sum of RGB (Red+Green+Blue) = 195+139+161=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA1 is #3C745E. Grayscale: #9E9E9E. Windows color (decimal): -3961951 or 10587075. OLE color: 10587075.
HSL color Cylindrical-coordinate representation of color #C38BA1: hue angle of 336.43º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BA1 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 161 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.24 |
| HSL | 336.43º | 0.32% | 0.65% | - |
| HSV(B) | 336.43º | 0.29% | 0.76% | - |
| XYZ | 38.17 | 32.64 | 38.01 | - |
| YUV | 158.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 161 | 0 | 0.29 | 0.17 | 0.24 | 336.43 | 0.32 | 0.65 |
| Hex | C3 | 8B | A1 | 0 | 1D | 11 | 18 | 150 | 20 | 41 |
| Octal | 303 | 213 | 241 | 0 | 35 | 21 | 30 | 520 | 40 | 101 |
| Binary | 11000011 | 10001011 | 10100001 | 0 | 11101 | 10001 | 11000 | 101010000 | 100000 | 1000001 |
Color Harmonies of #C38BA1
Complementary color
Monochromatic Colors of #C38BA1
Black with #C38BA1
Text Example
Text Example
White with #C38BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BA1; }
p { color: rgb(195,139,161); }
H1.HeaderClassName
{
color: #C38BA1;
}
.AnyTagClassName
{
color: #C38BA1;
}
</style>
background-color css
<style>
a { background-color: #C38BA1; }
a { background-color: rgb(195,139,161); }
div.DivClassName
{
background-color: #C38BA1;
}
.BgClassName
{
background-color: #C38BA1;
}
</style>
border-color css
<style>
span { border-color: #C38BA1; }
span { border-color: rgb(195,139,161); }
td.TdClassName
{
border-color: #C38BA1;
}
.TagClassName
{
border-color: #C38BA1;
}
</style>