Shades of Deep Lilac #9946BD
Tints of Deep Lilac #9946BD
RGB
CMYK
RGB Variations
Color information
#9946BD (or 0x9946BD) is known color: Deep Lilac. HEX triplet: 99, 46 and BD. RGB value is (153,70,189). Sum of RGB (Red+Green+Blue) = 153+70+189=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #9946BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946BD is #66B942. Grayscale: #6B6B6B. Windows color (decimal): -6732099 or 12404377. OLE color: 12404377.
HSL color Cylindrical-coordinate representation of color #9946BD: hue angle of 281.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9946BD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 70 | 189 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.26 |
| HSL | 281.85º | 0.47% | 0.51% | - |
| HSV(B) | 281.85º | 0.63% | 0.74% | - |
| XYZ | 24.51 | 14.83 | 49.71 | - |
| YUV | 108.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 189 | 0.19 | 0.63 | 0 | 0.26 | 281.85 | 0.47 | 0.51 |
| Hex | 99 | 46 | BD | 13 | 3F | 0 | 1A | 11A | 2F | 33 |
| Octal | 231 | 106 | 275 | 23 | 77 | 0 | 32 | 432 | 57 | 63 |
| Binary | 10011001 | 1000110 | 10111101 | 10011 | 111111 | 0 | 11010 | 100011010 | 101111 | 110011 |
Color Harmonies of #9946BD
Complementary color
Monochromatic Colors of #9946BD
Black with #9946BD
Text Example
Text Example
White with #9946BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9946BD; }
p { color: rgb(153,70,189); }
H1.HeaderClassName
{
color: #9946BD;
}
.AnyTagClassName
{
color: #9946BD;
}
</style>
background-color css
<style>
a { background-color: #9946BD; }
a { background-color: rgb(153,70,189); }
div.DivClassName
{
background-color: #9946BD;
}
.BgClassName
{
background-color: #9946BD;
}
</style>
border-color css
<style>
span { border-color: #9946BD; }
span { border-color: rgb(153,70,189); }
td.TdClassName
{
border-color: #9946BD;
}
.TagClassName
{
border-color: #9946BD;
}
</style>