Shades of Deep Lilac #9B4BC2
Tints of Deep Lilac #9B4BC2
RGB
CMYK
RGB Variations
Color information
#9B4BC2 (or 0x9B4BC2) is known color: Deep Lilac. HEX triplet: 9B, 4B and C2. RGB value is (155,75,194). Sum of RGB (Red+Green+Blue) = 155+75+194=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #9B4BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BC2 is #64B43D. Grayscale: #707070. Windows color (decimal): -6599742 or 12733339. OLE color: 12733339.
HSL color Cylindrical-coordinate representation of color #9B4BC2: hue angle of 280.34º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B4BC2 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 75 | 194 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.24 |
| HSL | 280.34º | 0.49% | 0.53% | - |
| HSV(B) | 280.34º | 0.61% | 0.76% | - |
| XYZ | 25.77 | 15.9 | 52.75 | - |
| YUV | 112.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 194 | 0.20 | 0.61 | 0 | 0.24 | 280.34 | 0.49 | 0.53 |
| Hex | 9B | 4B | C2 | 14 | 3D | 0 | 18 | 118 | 31 | 35 |
| Octal | 233 | 113 | 302 | 24 | 75 | 0 | 30 | 430 | 61 | 65 |
| Binary | 10011011 | 1001011 | 11000010 | 10100 | 111101 | 0 | 11000 | 100011000 | 110001 | 110101 |
Color Harmonies of #9B4BC2
Complementary color
Monochromatic Colors of #9B4BC2
Black with #9B4BC2
Text Example
Text Example
White with #9B4BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4BC2; }
p { color: rgb(155,75,194); }
H1.HeaderClassName
{
color: #9B4BC2;
}
.AnyTagClassName
{
color: #9B4BC2;
}
</style>
background-color css
<style>
a { background-color: #9B4BC2; }
a { background-color: rgb(155,75,194); }
div.DivClassName
{
background-color: #9B4BC2;
}
.BgClassName
{
background-color: #9B4BC2;
}
</style>
border-color css
<style>
span { border-color: #9B4BC2; }
span { border-color: rgb(155,75,194); }
td.TdClassName
{
border-color: #9B4BC2;
}
.TagClassName
{
border-color: #9B4BC2;
}
</style>