Shades of Viola #CB8DA5
Tints of Viola #CB8DA5
RGB
CMYK
RGB Variations
Color information
#CB8DA5 (or 0xCB8DA5) is known color: Viola. HEX triplet: CB, 8D and A5. RGB value is (203,141,165). Sum of RGB (Red+Green+Blue) = 203+141+165=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DA5 is #34725A. Grayscale: #A2A2A2. Windows color (decimal): -3437147 or 10849739. OLE color: 10849739.
HSL color Cylindrical-coordinate representation of color #CB8DA5: hue angle of 336.77º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DA5 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 165 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.20 |
| HSL | 336.77º | 0.37% | 0.67% | - |
| HSV(B) | 336.77º | 0.31% | 0.8% | - |
| XYZ | 40.95 | 34.46 | 40.09 | - |
| YUV | 162.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 165 | 0 | 0.31 | 0.19 | 0.20 | 336.77 | 0.37 | 0.67 |
| Hex | CB | 8D | A5 | 0 | 1F | 13 | 14 | 151 | 25 | 43 |
| Octal | 313 | 215 | 245 | 0 | 37 | 23 | 24 | 521 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10100101 | 0 | 11111 | 10011 | 10100 | 101010001 | 100101 | 1000011 |
Color Harmonies of #CB8DA5
Complementary color
Monochromatic Colors of #CB8DA5
Black with #CB8DA5
Text Example
Text Example
White with #CB8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DA5; }
p { color: rgb(203,141,165); }
H1.HeaderClassName
{
color: #CB8DA5;
}
.AnyTagClassName
{
color: #CB8DA5;
}
</style>
background-color css
<style>
a { background-color: #CB8DA5; }
a { background-color: rgb(203,141,165); }
div.DivClassName
{
background-color: #CB8DA5;
}
.BgClassName
{
background-color: #CB8DA5;
}
</style>
border-color css
<style>
span { border-color: #CB8DA5; }
span { border-color: rgb(203,141,165); }
td.TdClassName
{
border-color: #CB8DA5;
}
.TagClassName
{
border-color: #CB8DA5;
}
</style>