Shades of Deep Lilac #984BBE
Tints of Deep Lilac #984BBE
RGB
CMYK
RGB Variations
Color information
#984BBE (or 0x984BBE) is known color: Deep Lilac. HEX triplet: 98, 4B and BE. RGB value is (152,75,190). Sum of RGB (Red+Green+Blue) = 152+75+190=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #984BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BBE is #67B441. Grayscale: #6E6E6E. Windows color (decimal): -6796354 or 12471192. OLE color: 12471192.
HSL color Cylindrical-coordinate representation of color #984BBE: hue angle of 280.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984BBE is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 75 | 190 | - |
| CMYK | 0.2 | 0.61 | 0 | 0.25 |
| HSL | 280.17º | 0.47% | 0.52% | - |
| HSV(B) | 280.17º | 0.61% | 0.75% | - |
| XYZ | 24.76 | 15.43 | 50.39 | - |
| YUV | 111.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 190 | 0.2 | 0.61 | 0 | 0.25 | 280.17 | 0.47 | 0.52 |
| Hex | 98 | 4B | BE | 14 | 3D | 0 | 19 | 118 | 2F | 34 |
| Octal | 230 | 113 | 276 | 24 | 75 | 0 | 31 | 430 | 57 | 64 |
| Binary | 10011000 | 1001011 | 10111110 | 10100 | 111101 | 0 | 11001 | 100011000 | 101111 | 110100 |
Color Harmonies of #984BBE
Complementary color
Monochromatic Colors of #984BBE
Black with #984BBE
Text Example
Text Example
White with #984BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984BBE; }
p { color: rgb(152,75,190); }
H1.HeaderClassName
{
color: #984BBE;
}
.AnyTagClassName
{
color: #984BBE;
}
</style>
background-color css
<style>
a { background-color: #984BBE; }
a { background-color: rgb(152,75,190); }
div.DivClassName
{
background-color: #984BBE;
}
.BgClassName
{
background-color: #984BBE;
}
</style>
border-color css
<style>
span { border-color: #984BBE; }
span { border-color: rgb(152,75,190); }
td.TdClassName
{
border-color: #984BBE;
}
.TagClassName
{
border-color: #984BBE;
}
</style>