Shades of Viola #CB8EA6
Tints of Viola #CB8EA6
RGB
CMYK
RGB Variations
Color information
#CB8EA6 (or 0xCB8EA6) is known color: Viola. HEX triplet: CB, 8E and A6. RGB value is (203,142,166). Sum of RGB (Red+Green+Blue) = 203+142+166=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8EA6 is #347159. Grayscale: #A2A2A2. Windows color (decimal): -3436890 or 10915531. OLE color: 10915531.
HSL color Cylindrical-coordinate representation of color #CB8EA6: hue angle of 336.39º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EA6 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 166 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.20 |
| HSL | 336.39º | 0.37% | 0.68% | - |
| HSV(B) | 336.39º | 0.3% | 0.8% | - |
| XYZ | 41.18 | 34.8 | 40.62 | - |
| YUV | 162.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 166 | 0 | 0.30 | 0.18 | 0.20 | 336.39 | 0.37 | 0.68 |
| Hex | CB | 8E | A6 | 0 | 1E | 12 | 14 | 150 | 25 | 44 |
| Octal | 313 | 216 | 246 | 0 | 36 | 22 | 24 | 520 | 45 | 104 |
| Binary | 11001011 | 10001110 | 10100110 | 0 | 11110 | 10010 | 10100 | 101010000 | 100101 | 1000100 |
Color Harmonies of #CB8EA6
Complementary color
Monochromatic Colors of #CB8EA6
Black with #CB8EA6
Text Example
Text Example
White with #CB8EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EA6; }
p { color: rgb(203,142,166); }
H1.HeaderClassName
{
color: #CB8EA6;
}
.AnyTagClassName
{
color: #CB8EA6;
}
</style>
background-color css
<style>
a { background-color: #CB8EA6; }
a { background-color: rgb(203,142,166); }
div.DivClassName
{
background-color: #CB8EA6;
}
.BgClassName
{
background-color: #CB8EA6;
}
</style>
border-color css
<style>
span { border-color: #CB8EA6; }
span { border-color: rgb(203,142,166); }
td.TdClassName
{
border-color: #CB8EA6;
}
.TagClassName
{
border-color: #CB8EA6;
}
</style>