Shades of Deep Lilac #9B5FC1
Tints of Deep Lilac #9B5FC1
RGB
CMYK
RGB Variations
Color information
#9B5FC1 (or 0x9B5FC1) is known color: Deep Lilac. HEX triplet: 9B, 5F and C1. RGB value is (155,95,193). Sum of RGB (Red+Green+Blue) = 155+95+193=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B5FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FC1 is #64A03E. Grayscale: #7B7B7B. Windows color (decimal): -6594623 or 12672923. OLE color: 12672923.
HSL color Cylindrical-coordinate representation of color #9B5FC1: hue angle of 276.73º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B5FC1 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 95 | 193 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.24 |
| HSL | 276.73º | 0.44% | 0.56% | - |
| HSV(B) | 276.73º | 0.51% | 0.76% | - |
| XYZ | 27.24 | 19 | 52.68 | - |
| YUV | 124.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 193 | 0.20 | 0.51 | 0 | 0.24 | 276.73 | 0.44 | 0.56 |
| Hex | 9B | 5F | C1 | 14 | 33 | 0 | 18 | 115 | 2C | 38 |
| Octal | 233 | 137 | 301 | 24 | 63 | 0 | 30 | 425 | 54 | 70 |
| Binary | 10011011 | 1011111 | 11000001 | 10100 | 110011 | 0 | 11000 | 100010101 | 101100 | 111000 |
Color Harmonies of #9B5FC1
Complementary color
Monochromatic Colors of #9B5FC1
Black with #9B5FC1
Text Example
Text Example
White with #9B5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FC1; }
p { color: rgb(155,95,193); }
H1.HeaderClassName
{
color: #9B5FC1;
}
.AnyTagClassName
{
color: #9B5FC1;
}
</style>
background-color css
<style>
a { background-color: #9B5FC1; }
a { background-color: rgb(155,95,193); }
div.DivClassName
{
background-color: #9B5FC1;
}
.BgClassName
{
background-color: #9B5FC1;
}
</style>
border-color css
<style>
span { border-color: #9B5FC1; }
span { border-color: rgb(155,95,193); }
td.TdClassName
{
border-color: #9B5FC1;
}
.TagClassName
{
border-color: #9B5FC1;
}
</style>