Shades of Lilac #CB8AC9
Tints of Lilac #CB8AC9
RGB
CMYK
RGB Variations
Color information
#CB8AC9 (or 0xCB8AC9) is known color: Lilac. HEX triplet: CB, 8A and C9. RGB value is (203,138,201). Sum of RGB (Red+Green+Blue) = 203+138+201=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AC9 is #347536. Grayscale: #A4A4A4. Windows color (decimal): -3437879 or 13208267. OLE color: 13208267.
HSL color Cylindrical-coordinate representation of color #CB8AC9: hue angle of 301.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8AC9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 201 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.20 |
| HSL | 301.85º | 0.38% | 0.67% | - |
| HSV(B) | 301.85º | 0.32% | 0.8% | - |
| XYZ | 44.26 | 35.09 | 59.7 | - |
| YUV | 164.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 201 | 0 | 0.32 | 0.01 | 0.20 | 301.85 | 0.38 | 0.67 |
| Hex | CB | 8A | C9 | 0 | 20 | 1 | 14 | 12E | 26 | 43 |
| Octal | 313 | 212 | 311 | 0 | 40 | 1 | 24 | 456 | 46 | 103 |
| Binary | 11001011 | 10001010 | 11001001 | 0 | 100000 | 1 | 10100 | 100101110 | 100110 | 1000011 |
Color Harmonies of #CB8AC9
Complementary color
Monochromatic Colors of #CB8AC9
Black with #CB8AC9
Text Example
Text Example
White with #CB8AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AC9; }
p { color: rgb(203,138,201); }
H1.HeaderClassName
{
color: #CB8AC9;
}
.AnyTagClassName
{
color: #CB8AC9;
}
</style>
background-color css
<style>
a { background-color: #CB8AC9; }
a { background-color: rgb(203,138,201); }
div.DivClassName
{
background-color: #CB8AC9;
}
.BgClassName
{
background-color: #CB8AC9;
}
</style>
border-color css
<style>
span { border-color: #CB8AC9; }
span { border-color: rgb(203,138,201); }
td.TdClassName
{
border-color: #CB8AC9;
}
.TagClassName
{
border-color: #CB8AC9;
}
</style>