Shades of Deep Lilac #8149CA
Tints of Deep Lilac #8149CA
RGB
CMYK
RGB Variations
Color information
#8149CA (or 0x8149CA) is known color: Deep Lilac. HEX triplet: 81, 49 and CA. RGB value is (129,73,202). Sum of RGB (Red+Green+Blue) = 129+73+202=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #8149CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149CA is #7EB635. Grayscale: #676767. Windows color (decimal): -8304182 or 13257089. OLE color: 13257089.
HSL color Cylindrical-coordinate representation of color #8149CA: hue angle of 266.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8149CA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 73 | 202 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.21 |
| HSL | 266.05º | 0.55% | 0.54% | - |
| HSV(B) | 266.05º | 0.64% | 0.79% | - |
| XYZ | 22.1 | 13.7 | 57.36 | - |
| YUV | 104.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 202 | 0.36 | 0.64 | 0 | 0.21 | 266.05 | 0.55 | 0.54 |
| Hex | 81 | 49 | CA | 24 | 40 | 0 | 15 | 10A | 37 | 36 |
| Octal | 201 | 111 | 312 | 44 | 100 | 0 | 25 | 412 | 67 | 66 |
| Binary | 10000001 | 1001001 | 11001010 | 100100 | 1000000 | 0 | 10101 | 100001010 | 110111 | 110110 |
Color Harmonies of #8149CA
Complementary color
Monochromatic Colors of #8149CA
Black with #8149CA
Text Example
Text Example
White with #8149CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149CA; }
p { color: rgb(129,73,202); }
H1.HeaderClassName
{
color: #8149CA;
}
.AnyTagClassName
{
color: #8149CA;
}
</style>
background-color css
<style>
a { background-color: #8149CA; }
a { background-color: rgb(129,73,202); }
div.DivClassName
{
background-color: #8149CA;
}
.BgClassName
{
background-color: #8149CA;
}
</style>
border-color css
<style>
span { border-color: #8149CA; }
span { border-color: rgb(129,73,202); }
td.TdClassName
{
border-color: #8149CA;
}
.TagClassName
{
border-color: #8149CA;
}
</style>