Shades of Deep Lilac #9B5AC1
Tints of Deep Lilac #9B5AC1
RGB
CMYK
RGB Variations
Color information
#9B5AC1 (or 0x9B5AC1) is known color: Deep Lilac. HEX triplet: 9B, 5A and C1. RGB value is (155,90,193). Sum of RGB (Red+Green+Blue) = 155+90+193=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B5AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5AC1 is #64A53E. Grayscale: #787878. Windows color (decimal): -6595903 or 12671643. OLE color: 12671643.
HSL color Cylindrical-coordinate representation of color #9B5AC1: hue angle of 277.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B5AC1 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 90 | 193 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.24 |
| HSL | 277.86º | 0.45% | 0.55% | - |
| HSV(B) | 277.86º | 0.53% | 0.76% | - |
| XYZ | 26.8 | 18.13 | 52.54 | - |
| YUV | 121.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 193 | 0.20 | 0.53 | 0 | 0.24 | 277.86 | 0.45 | 0.55 |
| Hex | 9B | 5A | C1 | 14 | 35 | 0 | 18 | 116 | 2D | 37 |
| Octal | 233 | 132 | 301 | 24 | 65 | 0 | 30 | 426 | 55 | 67 |
| Binary | 10011011 | 1011010 | 11000001 | 10100 | 110101 | 0 | 11000 | 100010110 | 101101 | 110111 |
Color Harmonies of #9B5AC1
Complementary color
Monochromatic Colors of #9B5AC1
Black with #9B5AC1
Text Example
Text Example
White with #9B5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5AC1; }
p { color: rgb(155,90,193); }
H1.HeaderClassName
{
color: #9B5AC1;
}
.AnyTagClassName
{
color: #9B5AC1;
}
</style>
background-color css
<style>
a { background-color: #9B5AC1; }
a { background-color: rgb(155,90,193); }
div.DivClassName
{
background-color: #9B5AC1;
}
.BgClassName
{
background-color: #9B5AC1;
}
</style>
border-color css
<style>
span { border-color: #9B5AC1; }
span { border-color: rgb(155,90,193); }
td.TdClassName
{
border-color: #9B5AC1;
}
.TagClassName
{
border-color: #9B5AC1;
}
</style>