Shades of Viola #CD89AB
Tints of Viola #CD89AB
RGB
CMYK
RGB Variations
Color information
#CD89AB (or 0xCD89AB) is known color: Viola. HEX triplet: CD, 89 and AB. RGB value is (205,137,171). Sum of RGB (Red+Green+Blue) = 205+137+171=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD89AB is #327654. Grayscale: #A1A1A1. Windows color (decimal): -3307093 or 11241933. OLE color: 11241933.
HSL color Cylindrical-coordinate representation of color #CD89AB: hue angle of 330º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD89AB is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 171 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.20 |
| HSL | 330º | 0.4% | 0.67% | - |
| HSV(B) | 330º | 0.33% | 0.8% | - |
| XYZ | 41.47 | 33.81 | 42.87 | - |
| YUV | 161.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 171 | 0 | 0.33 | 0.17 | 0.20 | 330 | 0.4 | 0.67 |
| Hex | CD | 89 | AB | 0 | 21 | 11 | 14 | 14A | 28 | 43 |
| Octal | 315 | 211 | 253 | 0 | 41 | 21 | 24 | 512 | 50 | 103 |
| Binary | 11001101 | 10001001 | 10101011 | 0 | 100001 | 10001 | 10100 | 101001010 | 101000 | 1000011 |
Color Harmonies of #CD89AB
Complementary color
Monochromatic Colors of #CD89AB
Black with #CD89AB
Text Example
Text Example
White with #CD89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD89AB; }
p { color: rgb(205,137,171); }
H1.HeaderClassName
{
color: #CD89AB;
}
.AnyTagClassName
{
color: #CD89AB;
}
</style>
background-color css
<style>
a { background-color: #CD89AB; }
a { background-color: rgb(205,137,171); }
div.DivClassName
{
background-color: #CD89AB;
}
.BgClassName
{
background-color: #CD89AB;
}
</style>
border-color css
<style>
span { border-color: #CD89AB; }
span { border-color: rgb(205,137,171); }
td.TdClassName
{
border-color: #CD89AB;
}
.TagClassName
{
border-color: #CD89AB;
}
</style>