Shades of Viola #C89BAA
Tints of Viola #C89BAA
RGB
CMYK
RGB Variations
Color information
#C89BAA (or 0xC89BAA) is known color: Viola. HEX triplet: C8, 9B and AA. RGB value is (200,155,170). Sum of RGB (Red+Green+Blue) = 200+155+170=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89BAA is #376455. Grayscale: #AAAAAA. Windows color (decimal): -3630166 or 11181000. OLE color: 11181000.
HSL color Cylindrical-coordinate representation of color #C89BAA: hue angle of 340º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89BAA is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 170 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.22 |
| HSL | 340º | 0.29% | 0.7% | - |
| HSV(B) | 340º | 0.23% | 0.78% | - |
| XYZ | 42.8 | 38.62 | 43.23 | - |
| YUV | 170.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 170 | 0 | 0.22 | 0.15 | 0.22 | 340 | 0.29 | 0.7 |
| Hex | C8 | 9B | AA | 0 | 16 | F | 16 | 154 | 1D | 46 |
| Octal | 310 | 233 | 252 | 0 | 26 | 17 | 26 | 524 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10101010 | 0 | 10110 | 1111 | 10110 | 101010100 | 11101 | 1000110 |
Color Harmonies of #C89BAA
Complementary color
Monochromatic Colors of #C89BAA
Black with #C89BAA
Text Example
Text Example
White with #C89BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BAA; }
p { color: rgb(200,155,170); }
H1.HeaderClassName
{
color: #C89BAA;
}
.AnyTagClassName
{
color: #C89BAA;
}
</style>
background-color css
<style>
a { background-color: #C89BAA; }
a { background-color: rgb(200,155,170); }
div.DivClassName
{
background-color: #C89BAA;
}
.BgClassName
{
background-color: #C89BAA;
}
</style>
border-color css
<style>
span { border-color: #C89BAA; }
span { border-color: rgb(200,155,170); }
td.TdClassName
{
border-color: #C89BAA;
}
.TagClassName
{
border-color: #C89BAA;
}
</style>