Shades of Deep Lilac #9943B5
Tints of Deep Lilac #9943B5
RGB
CMYK
RGB Variations
Color information
#9943B5 (or 0x9943B5) is known color: Deep Lilac. HEX triplet: 99, 43 and B5. RGB value is (153,67,181). Sum of RGB (Red+Green+Blue) = 153+67+181=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #9943B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9943B5 is #66BC4A. Grayscale: #696969. Windows color (decimal): -6732875 or 11879321. OLE color: 11879321.
HSL color Cylindrical-coordinate representation of color #9943B5: hue angle of 285.26º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9943B5 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 67 | 181 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.29 |
| HSL | 285.26º | 0.46% | 0.49% | - |
| HSV(B) | 285.26º | 0.63% | 0.71% | - |
| XYZ | 23.48 | 14.12 | 45.2 | - |
| YUV | 105.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 181 | 0.15 | 0.63 | 0 | 0.29 | 285.26 | 0.46 | 0.49 |
| Hex | 99 | 43 | B5 | F | 3F | 0 | 1D | 11D | 2E | 31 |
| Octal | 231 | 103 | 265 | 17 | 77 | 0 | 35 | 435 | 56 | 61 |
| Binary | 10011001 | 1000011 | 10110101 | 1111 | 111111 | 0 | 11101 | 100011101 | 101110 | 110001 |
Color Harmonies of #9943B5
Complementary color
Monochromatic Colors of #9943B5
Black with #9943B5
Text Example
Text Example
White with #9943B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9943B5; }
p { color: rgb(153,67,181); }
H1.HeaderClassName
{
color: #9943B5;
}
.AnyTagClassName
{
color: #9943B5;
}
</style>
background-color css
<style>
a { background-color: #9943B5; }
a { background-color: rgb(153,67,181); }
div.DivClassName
{
background-color: #9943B5;
}
.BgClassName
{
background-color: #9943B5;
}
</style>
border-color css
<style>
span { border-color: #9943B5; }
span { border-color: rgb(153,67,181); }
td.TdClassName
{
border-color: #9943B5;
}
.TagClassName
{
border-color: #9943B5;
}
</style>