Shades of Viola #CB87A9
Tints of Viola #CB87A9
RGB
CMYK
RGB Variations
Color information
#CB87A9 (or 0xCB87A9) is known color: Viola. HEX triplet: CB, 87 and A9. RGB value is (203,135,169). Sum of RGB (Red+Green+Blue) = 203+135+169=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB87A9 is #347856. Grayscale: #9F9F9F. Windows color (decimal): -3438679 or 11110347. OLE color: 11110347.
HSL color Cylindrical-coordinate representation of color #CB87A9: hue angle of 330º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB87A9 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 169 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.20 |
| HSL | 330º | 0.4% | 0.66% | - |
| HSV(B) | 330º | 0.33% | 0.8% | - |
| XYZ | 40.45 | 32.89 | 41.75 | - |
| YUV | 159.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 169 | 0 | 0.33 | 0.17 | 0.20 | 330 | 0.4 | 0.66 |
| Hex | CB | 87 | A9 | 0 | 21 | 11 | 14 | 14A | 28 | 42 |
| Octal | 313 | 207 | 251 | 0 | 41 | 21 | 24 | 512 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10101001 | 0 | 100001 | 10001 | 10100 | 101001010 | 101000 | 1000010 |
Color Harmonies of #CB87A9
Complementary color
Monochromatic Colors of #CB87A9
Black with #CB87A9
Text Example
Text Example
White with #CB87A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87A9; }
p { color: rgb(203,135,169); }
H1.HeaderClassName
{
color: #CB87A9;
}
.AnyTagClassName
{
color: #CB87A9;
}
</style>
background-color css
<style>
a { background-color: #CB87A9; }
a { background-color: rgb(203,135,169); }
div.DivClassName
{
background-color: #CB87A9;
}
.BgClassName
{
background-color: #CB87A9;
}
</style>
border-color css
<style>
span { border-color: #CB87A9; }
span { border-color: rgb(203,135,169); }
td.TdClassName
{
border-color: #CB87A9;
}
.TagClassName
{
border-color: #CB87A9;
}
</style>