Shades of Deep Lilac #9B46B8
Tints of Deep Lilac #9B46B8
RGB
CMYK
RGB Variations
Color information
#9B46B8 (or 0x9B46B8) is known color: Deep Lilac. HEX triplet: 9B, 46 and B8. RGB value is (155,70,184). Sum of RGB (Red+Green+Blue) = 155+70+184=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #9B46B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46B8 is #64B947. Grayscale: #6C6C6C. Windows color (decimal): -6601032 or 12076699. OLE color: 12076699.
HSL color Cylindrical-coordinate representation of color #9B46B8: hue angle of 284.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B46B8 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 70 | 184 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.28 |
| HSL | 284.74º | 0.45% | 0.5% | - |
| HSV(B) | 284.74º | 0.62% | 0.72% | - |
| XYZ | 24.36 | 14.81 | 46.92 | - |
| YUV | 108.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 184 | 0.16 | 0.62 | 0 | 0.28 | 284.74 | 0.45 | 0.5 |
| Hex | 9B | 46 | B8 | 10 | 3E | 0 | 1C | 11D | 2D | 32 |
| Octal | 233 | 106 | 270 | 20 | 76 | 0 | 34 | 435 | 55 | 62 |
| Binary | 10011011 | 1000110 | 10111000 | 10000 | 111110 | 0 | 11100 | 100011101 | 101101 | 110010 |
Color Harmonies of #9B46B8
Complementary color
Monochromatic Colors of #9B46B8
Black with #9B46B8
Text Example
Text Example
White with #9B46B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B46B8; }
p { color: rgb(155,70,184); }
H1.HeaderClassName
{
color: #9B46B8;
}
.AnyTagClassName
{
color: #9B46B8;
}
</style>
background-color css
<style>
a { background-color: #9B46B8; }
a { background-color: rgb(155,70,184); }
div.DivClassName
{
background-color: #9B46B8;
}
.BgClassName
{
background-color: #9B46B8;
}
</style>
border-color css
<style>
span { border-color: #9B46B8; }
span { border-color: rgb(155,70,184); }
td.TdClassName
{
border-color: #9B46B8;
}
.TagClassName
{
border-color: #9B46B8;
}
</style>