Shades of Deep Lilac #9C3BAF
Tints of Deep Lilac #9C3BAF
RGB
CMYK
RGB Variations
Color information
#9C3BAF (or 0x9C3BAF) is known color: Deep Lilac. HEX triplet: 9C, 3B and AF. RGB value is (156,59,175). Sum of RGB (Red+Green+Blue) = 156+59+175=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C3BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3BAF is #63C450. Grayscale: #646464. Windows color (decimal): -6538321 or 11484060. OLE color: 11484060.
HSL color Cylindrical-coordinate representation of color #9C3BAF: hue angle of 290.17º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C3BAF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 59 | 175 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.31 |
| HSL | 290.17º | 0.5% | 0.46% | - |
| HSV(B) | 290.17º | 0.66% | 0.69% | - |
| XYZ | 23.01 | 13.29 | 41.91 | - |
| YUV | 101.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 175 | 0.11 | 0.66 | 0 | 0.31 | 290.17 | 0.5 | 0.46 |
| Hex | 9C | 3B | AF | B | 42 | 0 | 1F | 122 | 32 | 2E |
| Octal | 234 | 73 | 257 | 13 | 102 | 0 | 37 | 442 | 62 | 56 |
| Binary | 10011100 | 111011 | 10101111 | 1011 | 1000010 | 0 | 11111 | 100100010 | 110010 | 101110 |
Color Harmonies of #9C3BAF
Complementary color
Monochromatic Colors of #9C3BAF
Black with #9C3BAF
Text Example
Text Example
White with #9C3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3BAF; }
p { color: rgb(156,59,175); }
H1.HeaderClassName
{
color: #9C3BAF;
}
.AnyTagClassName
{
color: #9C3BAF;
}
</style>
background-color css
<style>
a { background-color: #9C3BAF; }
a { background-color: rgb(156,59,175); }
div.DivClassName
{
background-color: #9C3BAF;
}
.BgClassName
{
background-color: #9C3BAF;
}
</style>
border-color css
<style>
span { border-color: #9C3BAF; }
span { border-color: rgb(156,59,175); }
td.TdClassName
{
border-color: #9C3BAF;
}
.TagClassName
{
border-color: #9C3BAF;
}
</style>