Shades of Lilac Bush #946ECF
Tints of Lilac Bush #946ECF
RGB
CMYK
RGB Variations
Color information
#946ECF (or 0x946ECF) is known color: Lilac Bush. HEX triplet: 94, 6E and CF. RGB value is (148,110,207). Sum of RGB (Red+Green+Blue) = 148+110+207=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #946ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ECF is #6B9130. Grayscale: #848484. Windows color (decimal): -7049521 or 13594260. OLE color: 13594260.
HSL color Cylindrical-coordinate representation of color #946ECF: hue angle of 263.51º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946ECF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 110 | 207 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.19 |
| HSL | 263.51º | 0.5% | 0.62% | - |
| HSV(B) | 263.51º | 0.47% | 0.81% | - |
| XYZ | 29.05 | 21.95 | 61.74 | - |
| YUV | 132.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 207 | 0.29 | 0.47 | 0 | 0.19 | 263.51 | 0.5 | 0.62 |
| Hex | 94 | 6E | CF | 1D | 2F | 0 | 13 | 108 | 32 | 3E |
| Octal | 224 | 156 | 317 | 35 | 57 | 0 | 23 | 410 | 62 | 76 |
| Binary | 10010100 | 1101110 | 11001111 | 11101 | 101111 | 0 | 10011 | 100001000 | 110010 | 111110 |
Color Harmonies of #946ECF
Complementary color
Monochromatic Colors of #946ECF
Black with #946ECF
Text Example
Text Example
White with #946ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946ECF; }
p { color: rgb(148,110,207); }
H1.HeaderClassName
{
color: #946ECF;
}
.AnyTagClassName
{
color: #946ECF;
}
</style>
background-color css
<style>
a { background-color: #946ECF; }
a { background-color: rgb(148,110,207); }
div.DivClassName
{
background-color: #946ECF;
}
.BgClassName
{
background-color: #946ECF;
}
</style>
border-color css
<style>
span { border-color: #946ECF; }
span { border-color: rgb(148,110,207); }
td.TdClassName
{
border-color: #946ECF;
}
.TagClassName
{
border-color: #946ECF;
}
</style>