Shades of Deep Lilac #9460B1
Tints of Deep Lilac #9460B1
RGB
CMYK
RGB Variations
Color information
#9460B1 (or 0x9460B1) is known color: Deep Lilac. HEX triplet: 94, 60 and B1. RGB value is (148,96,177). Sum of RGB (Red+Green+Blue) = 148+96+177=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #9460B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9460B1 is #6B9F4E. Grayscale: #787878. Windows color (decimal): -7053135 or 11624596. OLE color: 11624596.
HSL color Cylindrical-coordinate representation of color #9460B1: hue angle of 278.52º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9460B1 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 96 | 177 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.31 |
| HSL | 278.52º | 0.34% | 0.54% | - |
| HSV(B) | 278.52º | 0.46% | 0.69% | - |
| XYZ | 24.33 | 17.84 | 43.76 | - |
| YUV | 120.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 177 | 0.16 | 0.46 | 0 | 0.31 | 278.52 | 0.34 | 0.54 |
| Hex | 94 | 60 | B1 | 10 | 2E | 0 | 1F | 117 | 22 | 36 |
| Octal | 224 | 140 | 261 | 20 | 56 | 0 | 37 | 427 | 42 | 66 |
| Binary | 10010100 | 1100000 | 10110001 | 10000 | 101110 | 0 | 11111 | 100010111 | 100010 | 110110 |
Color Harmonies of #9460B1
Complementary color
Monochromatic Colors of #9460B1
Black with #9460B1
Text Example
Text Example
White with #9460B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9460B1; }
p { color: rgb(148,96,177); }
H1.HeaderClassName
{
color: #9460B1;
}
.AnyTagClassName
{
color: #9460B1;
}
</style>
background-color css
<style>
a { background-color: #9460B1; }
a { background-color: rgb(148,96,177); }
div.DivClassName
{
background-color: #9460B1;
}
.BgClassName
{
background-color: #9460B1;
}
</style>
border-color css
<style>
span { border-color: #9460B1; }
span { border-color: rgb(148,96,177); }
td.TdClassName
{
border-color: #9460B1;
}
.TagClassName
{
border-color: #9460B1;
}
</style>