Shades of Deep Lilac #9461B3
Tints of Deep Lilac #9461B3
RGB
CMYK
RGB Variations
Color information
#9461B3 (or 0x9461B3) is known color: Deep Lilac. HEX triplet: 94, 61 and B3. RGB value is (148,97,179). Sum of RGB (Red+Green+Blue) = 148+97+179=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #9461B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461B3 is #6B9E4C. Grayscale: #797979. Windows color (decimal): -7052877 or 11755924. OLE color: 11755924.
HSL color Cylindrical-coordinate representation of color #9461B3: hue angle of 277.32º 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 #9461B3 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 97 | 179 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.30 |
| HSL | 277.32º | 0.35% | 0.54% | - |
| HSV(B) | 277.32º | 0.46% | 0.7% | - |
| XYZ | 24.62 | 18.1 | 44.84 | - |
| YUV | 121.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 179 | 0.17 | 0.46 | 0 | 0.30 | 277.32 | 0.35 | 0.54 |
| Hex | 94 | 61 | B3 | 11 | 2E | 0 | 1E | 115 | 23 | 36 |
| Octal | 224 | 141 | 263 | 21 | 56 | 0 | 36 | 425 | 43 | 66 |
| Binary | 10010100 | 1100001 | 10110011 | 10001 | 101110 | 0 | 11110 | 100010101 | 100011 | 110110 |
Color Harmonies of #9461B3
Complementary color
Monochromatic Colors of #9461B3
Black with #9461B3
Text Example
Text Example
White with #9461B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9461B3; }
p { color: rgb(148,97,179); }
H1.HeaderClassName
{
color: #9461B3;
}
.AnyTagClassName
{
color: #9461B3;
}
</style>
background-color css
<style>
a { background-color: #9461B3; }
a { background-color: rgb(148,97,179); }
div.DivClassName
{
background-color: #9461B3;
}
.BgClassName
{
background-color: #9461B3;
}
</style>
border-color css
<style>
span { border-color: #9461B3; }
span { border-color: rgb(148,97,179); }
td.TdClassName
{
border-color: #9461B3;
}
.TagClassName
{
border-color: #9461B3;
}
</style>