Shades of Deep Lilac #9845BC
Tints of Deep Lilac #9845BC
RGB
CMYK
RGB Variations
Color information
#9845BC (or 0x9845BC) is known color: Deep Lilac. HEX triplet: 98, 45 and BC. RGB value is (152,69,188). Sum of RGB (Red+Green+Blue) = 152+69+188=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #9845BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845BC is #67BA43. Grayscale: #6A6A6A. Windows color (decimal): -6797892 or 12338584. OLE color: 12338584.
HSL color Cylindrical-coordinate representation of color #9845BC: hue angle of 281.85º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9845BC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 69 | 188 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.26 |
| HSL | 281.85º | 0.47% | 0.5% | - |
| HSV(B) | 281.85º | 0.63% | 0.74% | - |
| XYZ | 24.15 | 14.56 | 49.11 | - |
| YUV | 107.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 188 | 0.19 | 0.63 | 0 | 0.26 | 281.85 | 0.47 | 0.5 |
| Hex | 98 | 45 | BC | 13 | 3F | 0 | 1A | 11A | 2F | 32 |
| Octal | 230 | 105 | 274 | 23 | 77 | 0 | 32 | 432 | 57 | 62 |
| Binary | 10011000 | 1000101 | 10111100 | 10011 | 111111 | 0 | 11010 | 100011010 | 101111 | 110010 |
Color Harmonies of #9845BC
Complementary color
Monochromatic Colors of #9845BC
Black with #9845BC
Text Example
Text Example
White with #9845BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9845BC; }
p { color: rgb(152,69,188); }
H1.HeaderClassName
{
color: #9845BC;
}
.AnyTagClassName
{
color: #9845BC;
}
</style>
background-color css
<style>
a { background-color: #9845BC; }
a { background-color: rgb(152,69,188); }
div.DivClassName
{
background-color: #9845BC;
}
.BgClassName
{
background-color: #9845BC;
}
</style>
border-color css
<style>
span { border-color: #9845BC; }
span { border-color: rgb(152,69,188); }
td.TdClassName
{
border-color: #9845BC;
}
.TagClassName
{
border-color: #9845BC;
}
</style>