Shades of Deep Lilac #9961B3
Tints of Deep Lilac #9961B3
RGB
CMYK
RGB Variations
Color information
#9961B3 (or 0x9961B3) is known color: Deep Lilac. HEX triplet: 99, 61 and B3. RGB value is (153,97,179). Sum of RGB (Red+Green+Blue) = 153+97+179=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #9961B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961B3 is #669E4C. Grayscale: #7A7A7A. Windows color (decimal): -6725197 or 11755929. OLE color: 11755929.
HSL color Cylindrical-coordinate representation of color #9961B3: hue angle of 280.98º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9961B3 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 97 | 179 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.30 |
| HSL | 280.98º | 0.35% | 0.54% | - |
| HSV(B) | 280.98º | 0.46% | 0.7% | - |
| XYZ | 25.55 | 18.58 | 44.89 | - |
| YUV | 123.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 179 | 0.15 | 0.46 | 0 | 0.30 | 280.98 | 0.35 | 0.54 |
| Hex | 99 | 61 | B3 | F | 2E | 0 | 1E | 119 | 23 | 36 |
| Octal | 231 | 141 | 263 | 17 | 56 | 0 | 36 | 431 | 43 | 66 |
| Binary | 10011001 | 1100001 | 10110011 | 1111 | 101110 | 0 | 11110 | 100011001 | 100011 | 110110 |
Color Harmonies of #9961B3
Complementary color
Monochromatic Colors of #9961B3
Black with #9961B3
Text Example
Text Example
White with #9961B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9961B3; }
p { color: rgb(153,97,179); }
H1.HeaderClassName
{
color: #9961B3;
}
.AnyTagClassName
{
color: #9961B3;
}
</style>
background-color css
<style>
a { background-color: #9961B3; }
a { background-color: rgb(153,97,179); }
div.DivClassName
{
background-color: #9961B3;
}
.BgClassName
{
background-color: #9961B3;
}
</style>
border-color css
<style>
span { border-color: #9961B3; }
span { border-color: rgb(153,97,179); }
td.TdClassName
{
border-color: #9961B3;
}
.TagClassName
{
border-color: #9961B3;
}
</style>