Shades of Deep Lilac #9B3AAF
Tints of Deep Lilac #9B3AAF
RGB
CMYK
RGB Variations
Color information
#9B3AAF (or 0x9B3AAF) is known color: Deep Lilac. HEX triplet: 9B, 3A and AF. RGB value is (155,58,175). Sum of RGB (Red+Green+Blue) = 155+58+175=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3AAF is #64C550. Grayscale: #636363. Windows color (decimal): -6604113 or 11483803. OLE color: 11483803.
HSL color Cylindrical-coordinate representation of color #9B3AAF: hue angle of 289.74º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3AAF is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 58 | 175 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.31 |
| HSL | 289.74º | 0.5% | 0.46% | - |
| HSV(B) | 289.74º | 0.67% | 0.69% | - |
| XYZ | 22.77 | 13.09 | 41.88 | - |
| YUV | 100.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 175 | 0.11 | 0.67 | 0 | 0.31 | 289.74 | 0.5 | 0.46 |
| Hex | 9B | 3A | AF | B | 43 | 0 | 1F | 122 | 32 | 2E |
| Octal | 233 | 72 | 257 | 13 | 103 | 0 | 37 | 442 | 62 | 56 |
| Binary | 10011011 | 111010 | 10101111 | 1011 | 1000011 | 0 | 11111 | 100100010 | 110010 | 101110 |
Color Harmonies of #9B3AAF
Complementary color
Monochromatic Colors of #9B3AAF
Black with #9B3AAF
Text Example
Text Example
White with #9B3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3AAF; }
p { color: rgb(155,58,175); }
H1.HeaderClassName
{
color: #9B3AAF;
}
.AnyTagClassName
{
color: #9B3AAF;
}
</style>
background-color css
<style>
a { background-color: #9B3AAF; }
a { background-color: rgb(155,58,175); }
div.DivClassName
{
background-color: #9B3AAF;
}
.BgClassName
{
background-color: #9B3AAF;
}
</style>
border-color css
<style>
span { border-color: #9B3AAF; }
span { border-color: rgb(155,58,175); }
td.TdClassName
{
border-color: #9B3AAF;
}
.TagClassName
{
border-color: #9B3AAF;
}
</style>