Shades of Deep Lilac #9943C1
Tints of Deep Lilac #9943C1
RGB
CMYK
RGB Variations
Color information
#9943C1 (or 0x9943C1) is known color: Deep Lilac. HEX triplet: 99, 43 and C1. RGB value is (153,67,193). Sum of RGB (Red+Green+Blue) = 153+67+193=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #9943C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9943C1 is #66BC3E. Grayscale: #6A6A6A. Windows color (decimal): -6732863 or 12665753. OLE color: 12665753.
HSL color Cylindrical-coordinate representation of color #9943C1: hue angle of 280.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9943C1 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 67 | 193 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.24 |
| HSL | 280.95º | 0.5% | 0.51% | - |
| HSV(B) | 280.95º | 0.65% | 0.76% | - |
| XYZ | 24.77 | 14.64 | 51.97 | - |
| YUV | 107.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 193 | 0.21 | 0.65 | 0 | 0.24 | 280.95 | 0.5 | 0.51 |
| Hex | 99 | 43 | C1 | 15 | 41 | 0 | 18 | 119 | 32 | 33 |
| Octal | 231 | 103 | 301 | 25 | 101 | 0 | 30 | 431 | 62 | 63 |
| Binary | 10011001 | 1000011 | 11000001 | 10101 | 1000001 | 0 | 11000 | 100011001 | 110010 | 110011 |
Color Harmonies of #9943C1
Complementary color
Monochromatic Colors of #9943C1
Black with #9943C1
Text Example
Text Example
White with #9943C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9943C1; }
p { color: rgb(153,67,193); }
H1.HeaderClassName
{
color: #9943C1;
}
.AnyTagClassName
{
color: #9943C1;
}
</style>
background-color css
<style>
a { background-color: #9943C1; }
a { background-color: rgb(153,67,193); }
div.DivClassName
{
background-color: #9943C1;
}
.BgClassName
{
background-color: #9943C1;
}
</style>
border-color css
<style>
span { border-color: #9943C1; }
span { border-color: rgb(153,67,193); }
td.TdClassName
{
border-color: #9943C1;
}
.TagClassName
{
border-color: #9943C1;
}
</style>