Shades of Deep Lilac #9B45AF
Tints of Deep Lilac #9B45AF
RGB
CMYK
RGB Variations
Color information
#9B45AF (or 0x9B45AF) is known color: Deep Lilac. HEX triplet: 9B, 45 and AF. RGB value is (155,69,175). Sum of RGB (Red+Green+Blue) = 155+69+175=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B45AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B45AF is #64BA50. Grayscale: #6A6A6A. Windows color (decimal): -6601297 or 11486619. OLE color: 11486619.
HSL color Cylindrical-coordinate representation of color #9B45AF: hue angle of 288.68º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B45AF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 69 | 175 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.31 |
| HSL | 288.68º | 0.43% | 0.48% | - |
| HSV(B) | 288.68º | 0.61% | 0.69% | - |
| XYZ | 23.38 | 14.32 | 42.09 | - |
| YUV | 106.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 175 | 0.11 | 0.61 | 0 | 0.31 | 288.68 | 0.43 | 0.48 |
| Hex | 9B | 45 | AF | B | 3D | 0 | 1F | 121 | 2B | 30 |
| Octal | 233 | 105 | 257 | 13 | 75 | 0 | 37 | 441 | 53 | 60 |
| Binary | 10011011 | 1000101 | 10101111 | 1011 | 111101 | 0 | 11111 | 100100001 | 101011 | 110000 |
Color Harmonies of #9B45AF
Complementary color
Monochromatic Colors of #9B45AF
Black with #9B45AF
Text Example
Text Example
White with #9B45AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B45AF; }
p { color: rgb(155,69,175); }
H1.HeaderClassName
{
color: #9B45AF;
}
.AnyTagClassName
{
color: #9B45AF;
}
</style>
background-color css
<style>
a { background-color: #9B45AF; }
a { background-color: rgb(155,69,175); }
div.DivClassName
{
background-color: #9B45AF;
}
.BgClassName
{
background-color: #9B45AF;
}
</style>
border-color css
<style>
span { border-color: #9B45AF; }
span { border-color: rgb(155,69,175); }
td.TdClassName
{
border-color: #9B45AF;
}
.TagClassName
{
border-color: #9B45AF;
}
</style>